| | |
| | | >立即开通<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> |