Selaa lähdekoodia

2023年10月17日20:06:22

yxb
wq 1 vuosi sitten
vanhempi
commit
9e15c81903
1 muutettua tiedostoa jossa 11 lisäystä ja 0 poistoa
  1. 11
    0
      pages/index/index.vue

+ 11
- 0
pages/index/index.vue Näytä tiedosto

@@ -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 = () => {

Loading…
Peruuta
Tallenna