Explorar el Código

2023年10月17日20:06:22

yxb
wq hace 1 año
padre
commit
9e15c81903
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11
    0
      pages/index/index.vue

+ 11
- 0
pages/index/index.vue Ver fichero

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

Cargando…
Cancelar
Guardar