Commit 601ec0c7 authored by 黄奎's avatar 黄奎

11

parent 61bf0036
......@@ -409,7 +409,7 @@
<span class="text-secondary text-weight-bold">{{ x.dayNum }} </span>
</div>
<div class="text-h6 product-price">
CNY{{ x.b2CPrice }}<span class="price-stuff"></span>
CNY{{ x.b2CPrice }}<span class="price-stuff"></span>
</div>
</div>
</div>
......@@ -558,7 +558,7 @@ export default {
PageCount: 0,
priceModel: {
min: 1,
max: 30000,
max: 40000,
},
CityList: [],
};
......@@ -573,10 +573,10 @@ export default {
this.initGoods();
this.msg.priceRange = {
min: 1,
max: 30000,
max: 40000,
};
this.msg.minPrice = 0;
this.msg.maxPrice = 30000;
this.msg.maxPrice = 40000;
this.dayArray.forEach((x) => {
x.checked = false;
});
......
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