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