生产修改

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;
// case 2: uniMP.loadMPx(data); break;
case 2:
this.navigator(data); break;
this.navigator(data);
break;
case 3:
uniMP.loadMPurl(data);
break;
}
return;
// #endif
uni.showToast({
icon: 'none',
title: 'H5不支持打开小程序'
})
// #ifdef H5
if (type == 2) {
this.navigator(data);
} else {
uni.showToast({
icon: 'none',
title: 'H5不支持打开小程序'
})
}
// #endif
},
changeHandler(e) {
const {