From 836a2a3b0f6e279cd01329a4730ee87f8a322c55 Mon Sep 17 00:00:00 2001 From: jia <1451658316@qq.com> Date: Sat, 7 Oct 2023 19:49:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9F=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/gather/gather.vue | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/pages/gather/gather.vue b/pages/gather/gather.vue index 9be2728..6db9e13 100644 --- a/pages/gather/gather.vue +++ b/pages/gather/gather.vue @@ -142,7 +142,6 @@ name: '商户平台', icon: '/static/applet/shop_app.png', data: "__UNI__1EE148C", - type: 2, }, { @@ -360,8 +359,8 @@ // case 2: uniMP.loadMPx(data); break; case 2: // this.navigator(data); - uniMP.loadMPx(data); - + // uniMP.loadMPx(data); + this.navigator(`/pages/moreProject/moreProject`); break; case 3: @@ -371,15 +370,14 @@ return; // #endif // #ifdef H5 - - // if (type == 2) { - // this.navigator(`/pages/moreProject/moreProject`); - // } else { + if (type == 2) { + this.navigator(`/pages/moreProject/moreProject`); + } else { uni.showToast({ icon: 'none', title: 'H5不支持打开小程序' }) - // } + } // #endif },