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