|
|
@ -15,21 +15,22 @@ |
|
|
|
微信登录 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- <view class="btn b2"> |
|
|
|
使用短信验证登录 |
|
|
|
</view> --> |
|
|
|
<view class="btn b2" |
|
|
|
@click="qux"> |
|
|
|
取消登录 |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="config"> |
|
|
|
<uv-checkbox-group v-model="checkboxValue" shape="circle"> |
|
|
|
<view class="flex-center"> |
|
|
|
<uv-checkbox size="30rpx" icon-size="20rpx" activeColor="#07c060" :name="1"></uv-checkbox> |
|
|
|
<text>已同意</text> |
|
|
|
<text @click="openConfigDetail('privacyAgreement')">《隐私政策》</text> |
|
|
|
<text @click="openConfigDetail('userAgreement')">《服务条款》</text> |
|
|
|
<view class="info"> |
|
|
|
<img src="../static/auth/info.svg" alt="info" /> |
|
|
|
</view> |
|
|
|
<view class="flex-center"> |
|
|
|
<uv-checkbox size="30rpx" icon-size="20rpx" activeColor="#07c060" :name="1"></uv-checkbox> |
|
|
|
<text>已同意</text> |
|
|
|
<text @click="openConfigDetail('user_ys')">《隐私政策》</text> |
|
|
|
<text @click="openConfigDetail('user_xy')">《用户协议》</text> |
|
|
|
<view class="info"> |
|
|
|
<img src="../static/auth/info.svg" alt="info" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</uv-checkbox-group> |
|
|
|
</view> |
|
|
|
|
|
|
@ -116,7 +117,12 @@ |
|
|
|
uni.navigateTo({ |
|
|
|
url:'/pages/index/home' |
|
|
|
}) |
|
|
|
} |
|
|
|
}, |
|
|
|
qux(){ |
|
|
|
uni.reLaunch({ |
|
|
|
url: '/pages/index/agreement' |
|
|
|
}) |
|
|
|
}, |
|
|
|
} |
|
|
|
} |
|
|
|
</script> |
|
|
@ -160,8 +166,8 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.b2 { |
|
|
|
background-color: #3c69f122; |
|
|
|
color: #3c69f1; |
|
|
|
background-color: rgba($uni-wx-color, 0.2); |
|
|
|
color: $uni-wx-color; |
|
|
|
} |
|
|
|
|
|
|
|
.mt { |
|
|
|