|
|
@@ -46,10 +46,11 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="login-form">
|
|
|
+ <text style="color: red;font-size: 22rpx ">*此账号密码可进行交易使用,请保存好您的隐私。</text>
|
|
|
<view class="agreement-content">
|
|
|
- <u-icon name="checkmark-circle-fill" color="#2979ff" size="20"></u-icon>
|
|
|
+ <u-icon name="checkmark-circle-fill" color="#2979ff" size="20"></u-icon>
|
|
|
<view class="agreement">
|
|
|
- <text>允许我们在必要的场景下合理使用你的相关信息,登录且同意</text>
|
|
|
+ <text>允许我们在必要的场景下合理使用你的相关信息,请阅读并同意协议</text>
|
|
|
<text @click="gotoAgreement('1','会员协议')" class="text-color">《会员协议》、</text>
|
|
|
<text @click="gotoAgreement('2','服务对象协议')" class="text-color">《服务对象协议》、</text>
|
|
|
<text @click="gotoAgreement('3','服务对象协议')" class="text-color">《服务对象协议》</text>等内容
|
|
|
@@ -255,7 +256,7 @@
|
|
|
.agreement{
|
|
|
color: rgb(96, 98, 102);
|
|
|
padding-left: 1px;
|
|
|
- font-size: 15px;
|
|
|
+ font-size: 23rpx;
|
|
|
.text-color{
|
|
|
color: blue;
|
|
|
}
|