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

Loading…
Cancel
Save