Browse Source

2023年10月17日20:06:22

yxb
wq 1 year ago
parent
commit
9e15c81903
1 changed files with 11 additions and 0 deletions
  1. 11
    0
      pages/index/index.vue

+ 11
- 0
pages/index/index.vue View File

const showMask = (val : any) => { const showMask = (val : any) => {
state.type = val; //1 客车 2货车 state.type = val; //1 客车 2货车
isShowMask.value = true; 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 = () => { const closeMask = () => {

Loading…
Cancel
Save