生产修改
This commit is contained in:
parent
a87694f02c
commit
42c777d9e2
@ -359,7 +359,8 @@
|
|||||||
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);
|
||||||
@ -367,10 +368,18 @@
|
|||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
// #endif
|
// #endif
|
||||||
|
// #ifdef H5
|
||||||
|
|
||||||
|
if (type == 2) {
|
||||||
|
this.navigator(data);
|
||||||
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
icon: 'none',
|
icon: 'none',
|
||||||
title: 'H5不支持打开小程序'
|
title: 'H5不支持打开小程序'
|
||||||
})
|
})
|
||||||
|
}
|
||||||
|
// #endif
|
||||||
|
|
||||||
},
|
},
|
||||||
changeHandler(e) {
|
changeHandler(e) {
|
||||||
const {
|
const {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user