Browse Source

2023年9月5日11:55:54

yxb
wq 1 year ago
parent
commit
28580f9b2b
1 changed files with 16 additions and 2 deletions
  1. 16
    2
      pages/index/index.vue

+ 16
- 2
pages/index/index.vue View File

}; };


const showMask = (val : any) => { const showMask = (val : any) => {
state.type = val; //1 客车 2货车
isShowMask.value = true;

uni.navigateToMiniProgram({
appId: 'wx008c60533388527a',
path: 'pages/sign/auth?msgId=294715&plateNumber=贵ZSC124&bizNotifyUrl=etQZOsm76UqkXvCBobMJ/xZLggGU1Fs8lXiqDgs5giYr+JDBRBoYx2cSKoDEr9yWLcub+F/4LjtCvQ0uCY1qZRdNmJsNwsEuKayjp7VbTA+5IJpdyF+/OCC5OcWIHu0m', // 可选,要跳转到的目标小程序的页面路径
envVersion: 'trial',
extraData: {},
success(res) {
// 成功跳转到目标小程序
},
fail(err) {
// 跳转失败
}
});

// state.type = val; //1 客车 2货车
// isShowMask.value = true;
}; };


const closeMask = () => { const closeMask = () => {

Loading…
Cancel
Save