|
|
@@ -67,9 +67,9 @@
|
|
|
<radio value="1" style="width:6upx;transform:scale(0.8)" />
|
|
|
<text style="margin-left:38upx;">
|
|
|
我已阅读并同意
|
|
|
- <text style="font-weight:bold;color:#666666;" @click.stop="pageTo({url: '/admin/home/register'})">《服务协议》</text>
|
|
|
+ <text style="font-weight:bold;color:#666666;" @click.stop="goToService()">《服务协议》</text>
|
|
|
和
|
|
|
- <text style="font-weight:bold;color:#666666;" @click.stop="pageTo({url: '/admin/home/privacy'})">《隐私政策》</text>
|
|
|
+ <text style="font-weight:bold;color:#666666;" @click.stop="goToPrivacy()">《隐私政策》</text>
|
|
|
</text>
|
|
|
</label>
|
|
|
</radio-group>
|
|
|
@@ -181,6 +181,12 @@ export default {
|
|
|
|
|
|
},
|
|
|
methods: {
|
|
|
+ goToService(){
|
|
|
+ plus.runtime.openURL('http://www.wixhb.com/main/xhb-register')
|
|
|
+ },
|
|
|
+ goToPrivacy(){
|
|
|
+ plus.runtime.openURL('http://www.wixhb.com/main/xhb-privacy')
|
|
|
+ },
|
|
|
agreeItem(e){
|
|
|
this.agree = e.target.value
|
|
|
},
|