Commit dde8feaa3737341035171970d35fb454c52e5adf
1 parent
53deb347
1、等级卡注释
2、登陆的优化
Showing
2 changed files
with
8 additions
and
3 deletions
packageE/pages/togoin/togoin.wxml
@@ -17,9 +17,14 @@ | @@ -17,9 +17,14 @@ | ||
17 | 17 | ||
18 | <view bindtap="" class="user-name flex-vertical fs24 jc-center"> | 18 | <view bindtap="" class="user-name flex-vertical fs24 jc-center"> |
19 | <checkbox-group bindchange="isAgree"> | 19 | <checkbox-group bindchange="isAgree"> |
20 | - <checkbox value="true"/> | 20 | + <checkbox value="true"> |
21 | + <label for="true"> | ||
22 | + <view class="user-name-txt">我已阅读同意 <text class="gray" catchtap="goto" data-url="/packageA/pages/parseHtml/parseHtml?t=0">《用户使用协议》</text>与<text class="gray" catchtap="goto" data-url="/packageA/pages/parseHtml/parseHtml?t=1">《隐私政策》</text></view> | ||
23 | + </label> | ||
24 | + </checkbox> | ||
21 | </checkbox-group> | 25 | </checkbox-group> |
22 | - <view class="user-name-txt">我已阅读同意 <text class="gray" bindtap="goto" data-url="/packageA/pages/parseHtml/parseHtml?t=0">《用户使用协议》</text>与<text class="gray" bindtap="goto" data-url="/packageA/pages/parseHtml/parseHtml?t=1">《隐私政策》</text></view> | 26 | + |
27 | + | ||
23 | </view> | 28 | </view> |
24 | 29 | ||
25 | <!-- 授权获取基础信息 --> | 30 | <!-- 授权获取基础信息 --> |