修复分销没有显示查看更多店铺功能,修复分销绑定问题

This commit is contained in:
2026-01-31 09:56:32 +08:00
parent ea3fb0fe0f
commit 0f640bdf9e
3 changed files with 8 additions and 4 deletions

View File

@@ -110,7 +110,7 @@
}).then(res => {
// console.log('分享组件挂载完毕:shareConfig',res);
// console.log('分享组件挂载完毕:currentOptions',currentOptions);
if(res){
if(res&& typeof res==='object'){
Object.assign(config,res)
const rewardSharePages=res.rewardSharePages.split(',')
const pTag = returnPageTags(path)