Browse Source

认证通过不能跳转

master
wanghongjun 2 years ago
parent
commit
996924c58b
  1. 4
      pages/user/mycertinfo/mycertinfo.vue

4
pages/user/mycertinfo/mycertinfo.vue

@ -65,6 +65,8 @@
orgverify(){
if (this.institutionsStr === '待缴费') {
uni.navigateTo({url: "/pages/goods/payment/verifyPayment"})
} else if (this.institutionsStr === '认证通过') {
} else {
this.$navTo("pages/user/mycertinfo/orgverify")
}
@ -73,6 +75,8 @@
personverify(){
if (this.peopleStr === '待缴费') {
uni.navigateTo({url: "/pages/goods/payment/verifyPayment"})
} else if (this.institutionsStr === '认证通过') {
} else {
this.$navTo("pages/user/mycertinfo/personverify")
}

Loading…
Cancel
Save