修复分享部分显示问题
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
Object.assign(config,res)
|
||||
const rewardSharePages=res.rewardSharePages.split(',')
|
||||
const pTag = returnPageTags(path)
|
||||
if( pTag&&rewardSharePages.includes(pTag)&¤tOptions.fromUserId&&res.isSharedUserPopup){
|
||||
if( pTag&&rewardSharePages.includes(pTag)&¤tOptions.fromUserId&&res.isSharedUserPopup&&res.isEnabled){
|
||||
show.value=true
|
||||
}
|
||||
// if(res.sharedUserCouponId&&res.sharedUserCouponNum){
|
||||
|
||||
Reference in New Issue
Block a user