From 5a77771ab569bedd49a3689be62277a58dfdcb03 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Tue, 26 Mar 2024 09:39:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=B3=E8=BD=AC=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/mycertinfo/mycertinfo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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") }