解决商品信息展示的bug

This commit is contained in:
季圣华
2019-10-12 15:52:30 +08:00
parent f90aa299aa
commit 549c2c9e9a

View File

@@ -469,6 +469,7 @@
res = value;
} else {
var ps = rec.pricestrategy;
if(ps) {
var arr = JSON.parse(ps);
var basic = "";
if(type == "lowprice") {
@@ -482,6 +483,7 @@
}
res = basic;
}
}
return res;
}