还原配置

This commit is contained in:
jia 2023-10-07 19:49:27 +08:00
parent 574c7caa2e
commit 836a2a3b0f

View File

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