From 1cf2edb49d8ffef3a554dbcd2cc3975dccfd8cd5 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Sat, 2 Mar 2024 00:06:12 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style:=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homepage.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;