生产修改

This commit is contained in:
jia 2023-09-27 14:24:32 +08:00
parent a87694f02c
commit 42c777d9e2

View File

@ -359,18 +359,27 @@
break; break;
// case 2: uniMP.loadMPx(data); break; // case 2: uniMP.loadMPx(data); break;
case 2: case 2:
this.navigator(data); break; this.navigator(data);
break;
case 3: case 3:
uniMP.loadMPurl(data); uniMP.loadMPurl(data);
break; break;
} }
return; return;
// #endif // #endif
uni.showToast({ // #ifdef H5
icon: 'none',
title: 'H5不支持打开小程序' if (type == 2) {
}) this.navigator(data);
} else {
uni.showToast({
icon: 'none',
title: 'H5不支持打开小程序'
})
}
// #endif
}, },
changeHandler(e) { changeHandler(e) {
const { const {