【功能完善】商品详情,增加满减送提示
This commit is contained in:
@@ -482,7 +482,6 @@
|
||||
const iconShow = handle();
|
||||
|
||||
function handle() {
|
||||
debugger;
|
||||
if (props.data.discountPrice === null && props.data.vipPrice === null) {
|
||||
// 如果两个值都为 null,则不展示任何内容
|
||||
return '';
|
||||
|
||||
Reference in New Issue
Block a user