|
@@ -50,10 +50,10 @@
|
|
|
</view> -->
|
|
|
<view class="wx">
|
|
|
<view class="wx_1">
|
|
|
- <text class="iconfont icon-weixin"></text>
|
|
|
+ <!-- <text class="iconfont icon-weixin"></text> -->
|
|
|
</view>
|
|
|
<view class="wx_2">
|
|
|
- <button size="mini" @tap="otherLogin('wx')">微信信任登录</button>
|
|
|
+ <button size="mini" @tap="otherLogin('wx')">一键信任登录</button>
|
|
|
</view>
|
|
|
<view class="wx_3">
|
|
|
<checkbox-group @change="changeAgree">
|
|
@@ -71,7 +71,7 @@
|
|
|
<text>绑定手机号</text>
|
|
|
</view>
|
|
|
<view class="wx_1">
|
|
|
- <text>确定获取微信绑定手机号吗?</text>
|
|
|
+ <text>确定手机号快捷登录吗?</text>
|
|
|
</view>
|
|
|
<view class="wx_2">
|
|
|
<button size="mini" @tap="diaClose">取消</button>
|
|
@@ -138,8 +138,8 @@
|
|
|
}
|
|
|
},
|
|
|
sms_1: 0,
|
|
|
- // 用戶协议
|
|
|
- agree: true,
|
|
|
+ // 用户协议
|
|
|
+ agree: false,
|
|
|
// 注册账号信息
|
|
|
user: {},
|
|
|
// 弹框
|