| | |
| | | </view> |
| | | </view> |
| | | |
| | | <view class="content" style="overflow-y: scroll;padding: 30rpx;background: #ffffff;border-top-left-radius: 50rpx;border-top-right-radius: 50rpx;margin-top: 60rpx;padding-bottom: 140rpx;"> |
| | | <view class="content" style="overflow-y: scroll;padding: 30rpx;background: #ffffff;border-top-left-radius: 50rpx;border-top-right-radius: 50rpx;margin-top: 100rpx;padding-bottom: 140rpx;"> |
| | | <view class="content-title" style="text-align: center;display: flex;align-items: center;justify-content: center;margin-top: 40rpx;margin-bottom: 10rpx;"> |
| | | <image style="width: 127rpx;height: 18rpx;" src="/static/img/nion1.png"></image> |
| | | <view style="font-size: 36rpx;color: #333333;margin: 0 20rpx;">会员须知</view> |
| | |
| | | >立即开通<text v-if="!tm">({{text}}秒)</text></button> |
| | | </view> |
| | | <view style="font-size: 24rpx;color: #666666;display: flex;align-items: center;margin: 40rpx 0;height: 50rpx;justify-content: center;"> |
| | | <uv-checkbox-group activeColor="#000218" @change='isAgree=!isAgree' style=""> |
| | | <uv-checkbox :checked="isAgree ? true : false" iconColor="#fff" iconSize="22" size="22" :name="1" shape="circle"> |
| | | <uv-checkbox-group activeColor="#4766FE" @change='isAgree=!isAgree' style=""> |
| | | <uv-checkbox :checked="isAgree ? true : false" iconColor="#fff" iconSize="14" size="14" :name="1" shape="circle"> |
| | | <text style="color: #20110E;">我已阅读并同意</text> |
| | | </uv-checkbox> |
| | | </uv-checkbox-group> |