@@ -427,6 +427,17 @@ | |||
const showMask = (val : any) => { | |||
state.type = val; //1 客车 2货车 | |||
isShowMask.value = true; | |||
// uni.navigateToMiniProgram({ | |||
// appId: '2021004107608006', // 16 位 | |||
// path: `/pages/recharge/recharge`, | |||
// envVersion: "develop", | |||
// success: function (res) { | |||
// console.log(res); | |||
// }, | |||
// fail: function (err) { | |||
// console.log(err); | |||
// } | |||
// }); | |||
}; | |||
const closeMask = () => { |