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 },