🎨 style: 优化

This commit is contained in:
wangsongsole 2024-03-02 00:06:12 +08:00
parent 51f6aa765b
commit 1cf2edb49d
1 changed files with 3 additions and 3 deletions

View File

@ -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;