diff --git a/homepage.html b/homepage.html index 42025ba..4e60b1b 100644 --- a/homepage.html +++ b/homepage.html @@ -471,11 +471,11 @@ goods.map(item => { /* 组装组合商品数据 */ if (item.recharge_type === 2) { - if (item.group_info.channel == 1) { + if (item.entity.channel == 1) { item.entity.show_url = 'https://lsxdemall.oss-cn-beijing.aliyuncs.com/commonproductlogo/zfbreduce.png'; - } else if (item.group_info.channel == 2) { + } else if (item.entity.channel == 2) { item.entity.show_url = 'https://lsxdemall.oss-cn-beijing.aliyuncs.com/commonproductlogo/wxreduce.png'; - } else if (item.group_info.channel == 3) { + } else if (item.entity.channel == 3) { item.entity.show_url = 'https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/logo_ysf.png'; } item.entity.code_batch_id = item.code_batch_id;