|
|
@@ -35,7 +35,7 @@
|
|
|
<view style="color:#999999;font-size:25upx;margin-top:60upx;">
|
|
|
<checkbox-group @change="agreeItem">
|
|
|
<label>
|
|
|
- <checkbox value="1" style="transform:scale(0.8)" />
|
|
|
+ <checkbox value="1" style="transform:scale(0.8)" :checked="agree == 1" />
|
|
|
<text>
|
|
|
我已阅读并同意
|
|
|
<text style="font-weight:bold;color:#666666;" @click.stop="goToService">《服务协议》</text>
|
|
|
@@ -50,7 +50,7 @@
|
|
|
<text @click="pageTo({url:'/admin/home/loginRemind'})" >登录遇到了问题?点这里</text>
|
|
|
</view>
|
|
|
<view style="margin-top:45upx;color:#333333;font-size:34upx;width:100%;text-align:right;padding-right:70upx;">
|
|
|
- <text style="margin-right:40upx;" @click="showAccountLogin=true">使用账号密码登录</text>
|
|
|
+ <text style="margin-right:40upx;" @click="useAccount()">使用账号密码登录</text>
|
|
|
<text @click="pageTo({url:'/pagesClient/official/apply',type:2})">注册帐号</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -119,6 +119,11 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
...mapActions(['setUserShopAll']),
|
|
|
+ useAccount(){
|
|
|
+ this.showAccountLogin = true
|
|
|
+ this.agree = 0
|
|
|
+ this.$forceUpdate()
|
|
|
+ },
|
|
|
goToService(){
|
|
|
plus.runtime.openURL('http://www.wixhb.com/main/hzg-register')
|
|
|
},
|