合并正式版修改代码
This commit is contained in:
@@ -28,7 +28,7 @@ import { ref, onMounted } from 'vue';
|
||||
import { centerConfig,distributionEditIn } from '@/common/api/market/distribution.js';
|
||||
import { checkArrayElementsExist } from '@/utils/util.js';
|
||||
|
||||
const shopInfo = ref('');
|
||||
const shopInfo = defineModel('shopInfo');
|
||||
|
||||
const props = defineProps({
|
||||
type: {
|
||||
|
||||
@@ -110,11 +110,11 @@
|
||||
}).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)
|
||||
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