Commit b2762e0bc84b1764363f68a9d29789af7a5becc2

Authored by taiyuan
1 parent aee28944

授权登录页修改

pages/togoin/togoin.js
@@ -67,7 +67,7 @@ Page({ @@ -67,7 +67,7 @@ Page({
67 67
68 if(!this.data.isAgree) { 68 if(!this.data.isAgree) {
69 wx.showToast({ 69 wx.showToast({
70 - title: '请先勾选同意协议', 70 + title: '请您先阅读和勾选指定的内容',
71 icon: 'none', 71 icon: 'none',
72 }); 72 });
73 return false; 73 return false;
pages/togoin/togoin.wxml
@@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
19 <checkbox-group bindchange="isAgree"> 19 <checkbox-group bindchange="isAgree">
20 <checkbox value="true"/> 20 <checkbox value="true"/>
21 </checkbox-group> 21 </checkbox-group>
22 - <view class="user-name-txt">我已阅读同意 <text class="red" bindtap="goto" data-url="/packageA/pages/parseHtml/parseHtml?t=0">《用户使用协议》</text>与<text class="red" bindtap="goto" data-url="/packageA/pages/parseHtml/parseHtml?t=1">《隐私政策》</text></view> 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>
23 </view> 23 </view>
24 24
25 <!-- 授权获取基础信息 --> 25 <!-- 授权获取基础信息 -->
pages/togoin/togoin.wxss
@@ -71,3 +71,7 @@ checkbox .wx-checkbox-input { @@ -71,3 +71,7 @@ checkbox .wx-checkbox-input {
71 width: 30rpx; 71 width: 30rpx;
72 height: 30rpx; 72 height: 30rpx;
73 } 73 }
  74 +
  75 +.gray {
  76 + color: #767f8e;
  77 +}