Browse Source

优化

master
453530270@qq.com 2 years ago
parent
commit
69b13b1624
  1. 15
      pages/reg/reg.vue

15
pages/reg/reg.vue

@ -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)
},
} }
} }

Loading…
Cancel
Save