From 8d3c7b712f474931a88d0bd91820130b46a92a74 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 12 Mar 2024 15:47:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 35c2bc2..f0d0b71 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -857,9 +857,10 @@ methods: { // 提现页面 handleToWithDraw(item, index) { + if(index==3||index==4) return; let url; if(index<2) url = "/pages/users/embody/embody?mer_id=" + this.userInfoData.service.mer_id; - else url = `/pages/admin/orderList/index?merId=${this.userInfoData.service.mer_id}&types=2` + else url = `/pages/admin/orderList/index?merId=${this.userInfoData.service.mer_id}&types=2`; uni.navigateTo({ url: url })