分享优惠券更新

This commit is contained in:
GaoHao
2024-11-08 17:32:35 +08:00
parent 7b81e2ffb0
commit 7167c2604f
7 changed files with 211 additions and 72 deletions

View File

@@ -76,8 +76,9 @@
swiperClick (e) {
let item = this.popupadList[e];
if ( item.linkPath ) {
uni.navigateTo({
url: `${item.linkPath}`
uni.pro.navigateTo(item.linkPath, {
shopId: uni.cache.get('shopId'),
is_type: "me",
})
}
},