|
|
@ -222,23 +222,12 @@ |
|
|
gologin(){ |
|
|
gologin(){ |
|
|
this.$navTo("pages/login/index") |
|
|
this.$navTo("pages/login/index") |
|
|
}, |
|
|
}, |
|
|
// 阅读了政策协议 |
|
|
// 查看协议 |
|
|
viewdoc(e){ |
|
|
viewdoc(e){ |
|
|
// const query = this.$route |
|
|
|
|
|
// console.log(query) |
|
|
|
|
|
// 弹框显示 |
|
|
|
|
|
// let xurl="pages/help/"+e |
|
|
|
|
|
// this.murl= xurl; |
|
|
|
|
|
|
|
|
|
|
|
// this.$toast(e) |
|
|
|
|
|
console.log(e) |
|
|
|
|
|
this.murl = e |
|
|
this.murl = e |
|
|
this.showPopup = ! this.showPopup |
|
|
this.showPopup = ! this.showPopup |
|
|
}, |
|
|
}, |
|
|
// |
|
|
|
|
|
openPop(e){ |
|
|
|
|
|
console.log(e) |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|