提交 305f927d 编写于 作者: G gongfuxiang

小程序适配icon价格展示

上级 4efe3e5b
......@@ -97,7 +97,7 @@ Page({
goods_spec_base_inventory: data.goods.inventory,
goods_spec_base_images: data.goods.images,
show_field_price_text: data.goods.show_field_price_text.replace(/<[^>]+>/g, "") || null,
show_field_price_text: (data.goods.show_field_price_text == '销售价') ? null : (data.goods.show_field_price_text.replace(/<[^>]+>/g, "") || null),
});
// 不能选择规格处理
......
......@@ -97,7 +97,7 @@ Page({
goods_spec_base_inventory: data.goods.inventory,
goods_spec_base_images: data.goods.images,
show_field_price_text: data.goods.show_field_price_text.replace(/<[^>]+>/g, "") || null,
show_field_price_text: (data.goods.show_field_price_text == '销售价') ? null : (data.goods.show_field_price_text.replace(/<[^>]+>/g, "") || null),
});
// 不能选择规格处理
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册