|
|
@@ -272,14 +272,10 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
goToService(){
|
|
|
- // #ifdef APP-PLUS
|
|
|
- plus.runtime.openURL('http://www.wixhb.com/main/hzg-register')
|
|
|
- // #endif
|
|
|
+ this.$util.pageTo({ url: "/admin/home/register"})
|
|
|
},
|
|
|
goToPrivacy(){
|
|
|
- // #ifdef APP-PLUS
|
|
|
- plus.runtime.openURL('http://www.wixhb.com/main/hzg-privacy')
|
|
|
- // #endif
|
|
|
+ this.$util.pageTo({ url: "/admin/home/privacy"})
|
|
|
},
|
|
|
closeAccount(){
|
|
|
this.$util.pageTo({ url: '/admin/home/close'})
|