解决商品信息展示的bug
This commit is contained in:
@@ -469,6 +469,7 @@
|
|||||||
res = value;
|
res = value;
|
||||||
} else {
|
} else {
|
||||||
var ps = rec.pricestrategy;
|
var ps = rec.pricestrategy;
|
||||||
|
if(ps) {
|
||||||
var arr = JSON.parse(ps);
|
var arr = JSON.parse(ps);
|
||||||
var basic = "";
|
var basic = "";
|
||||||
if(type == "lowprice") {
|
if(type == "lowprice") {
|
||||||
@@ -482,6 +483,7 @@
|
|||||||
}
|
}
|
||||||
res = basic;
|
res = basic;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user