Commit acffdfef authored by zhengke's avatar zhengke

修改

parent c60a692a
......@@ -328,7 +328,8 @@ export default {
if (x.startDate == `${year}-${m}-${d}`) {
isexsit = true;
if (x.remainNum > 0) {
days.push(this.$utils.getretailer() ? x.b2BPrice : x.b2CPrice);
// days.push(this.$utils.getretailer() ? x.b2BPrice : x.b2CPrice);
days.push(x.b2CPrice);
} else {
days.push(-1);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment