mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 20:03:26 +08:00
uniapp【修复】:自定义页面分享
This commit is contained in:
@@ -75,12 +75,13 @@
|
|||||||
if (uni.getStorageSync(UserToken)) {
|
if (uni.getStorageSync(UserToken)) {
|
||||||
getUserInfo();
|
getUserInfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
state.shareUrl = await getShareUrl({
|
state.shareUrl = await getShareUrl({
|
||||||
client: ShareClientEnum.wxMiNiProgram,
|
client: ShareClientEnum.wxMiNiProgram,
|
||||||
url: shareUrl,
|
url: shareUrl,
|
||||||
type: ShareModelEnum.url,
|
type: ShareModelEnum.url,
|
||||||
page: ShareEnum.index,
|
page: ShareEnum.page,
|
||||||
|
params: { pageCode: query?.code, }
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user