diff --git a/pages/user/mycertinfo/mycertinfo.vue b/pages/user/mycertinfo/mycertinfo.vue index b215e54..63bc7cb 100644 --- a/pages/user/mycertinfo/mycertinfo.vue +++ b/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") }