|
|
@@ -89,11 +89,11 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</view>
|
|
|
- <view style="color:#999999;font-size:25upx;margin-top:30upx;margin-left:40upx;">
|
|
|
+ <view style="color:#999999;font-size:25upx;margin-top:30upx;">
|
|
|
<radio-group @change="agreeItem">
|
|
|
- <label>
|
|
|
+ <label style="display:flex;align-items:center;justify-content:center;">
|
|
|
<radio value="1" style="width:6upx;transform:scale(0.8)" />
|
|
|
- <text style="margin-left:42upx;font-size:32upx;">
|
|
|
+ <text style="margin-left:42upx;font-size:30upx;">
|
|
|
我已阅读并同意
|
|
|
<text style="font-weight:bold;color:#666666;" @click.stop="goToService()">《服务协议》</text>
|
|
|
和
|
|
|
@@ -244,10 +244,10 @@ export default {
|
|
|
// #endif
|
|
|
},
|
|
|
goToService(){
|
|
|
- plus.runtime.openURL('http://www.wixhb.com/main/hzg-register')
|
|
|
+ this.$util.pageTo({ url: "/admin/home/register"})
|
|
|
},
|
|
|
goToPrivacy(){
|
|
|
- plus.runtime.openURL('http://www.wixhb.com/main/hzg-privacy')
|
|
|
+ this.$util.pageTo({ url: "/admin/home/privacy"})
|
|
|
},
|
|
|
agreeItem(e){
|
|
|
this.agree = e.target.value
|