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