소스 검색

2023年10月17日20:06:22

yxb
wq 1 년 전
부모
커밋
9e15c81903
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11
    0
      pages/index/index.vue

+ 11
- 0
pages/index/index.vue 파일 보기

@@ -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…
취소
저장