This commit is contained in:
liuye
2024-06-26 17:55:34 +08:00
parent cfc7bf3307
commit 50668bb5a2
5 changed files with 73 additions and 22 deletions

View File

@@ -106,7 +106,13 @@ export default {
icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodemendian.png",
label: "我的门店",
path: "./myStoreList",
type: 'token'
type: 'idNumber'
},
{
icon: "https://cdn.cunwuyun.cn/wechat/biaopin/mine/mine-icon-sys.png",
label: "扫一扫",
path: "./myHarvestQR",
type: 'scan'
},
],
// [
@@ -162,6 +168,9 @@ export default {
this.$linkTo(url)
}
}
if (type == 'scan') {
this.scan()
}
if (type == 'null') {
this.$u.toast('内容建设中...')
}