Browse Source

修改跳转地址

master
wanghongjun 2 years ago
parent
commit
5a77771ab5
  1. 4
      pages/user/mycertinfo/mycertinfo.vue

4
pages/user/mycertinfo/mycertinfo.vue

@ -64,7 +64,7 @@
// //
orgverify(){ orgverify(){
if (this.institutionsStr === '待缴费') { if (this.institutionsStr === '待缴费') {
this.$error('缴费页面还未开发'); this.$navTo("/pages/goods/payment/orderPayment")
} else { } else {
this.$navTo("pages/user/mycertinfo/orgverify") this.$navTo("pages/user/mycertinfo/orgverify")
} }
@ -72,7 +72,7 @@
// //
personverify(){ personverify(){
if (this.peopleStr === '待缴费') { if (this.peopleStr === '待缴费') {
this.$error('缴费页面还未开发'); this.$navTo("/pages/goods/payment/orderPayment")
} else { } else {
this.$navTo("pages/user/mycertinfo/personverify") this.$navTo("pages/user/mycertinfo/personverify")
} }

Loading…
Cancel
Save