🎨 style: 优化
This commit is contained in:
parent
51f6aa765b
commit
1cf2edb49d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue