Commit 15b14a72 authored by youjie's avatar youjie

样式 最大金额调整

parent 92a31e3b
...@@ -217,7 +217,7 @@ ...@@ -217,7 +217,7 @@
</div> </div>
<div class="row justify-between items-center"> <div class="row justify-between items-center">
<div class="column"> <div class="column" style="width: 340px;">
<div class="row newLogoText q-pb-lg"> <div class="row newLogoText q-pb-lg">
<span class="text-logo">和平旅行社</span> <span class="text-logo">和平旅行社</span>
<span class="font-serifEn q-ml-lg relative">PEACE TOURS</span> <span class="font-serifEn q-ml-lg relative">PEACE TOURS</span>
......
...@@ -528,7 +528,7 @@ export default { ...@@ -528,7 +528,7 @@ export default {
PageCount: 0, PageCount: 0,
priceModel: { priceModel: {
min: 1, min: 1,
max: 30000, max: 100000,
}, },
}; };
}, },
...@@ -537,10 +537,10 @@ export default { ...@@ -537,10 +537,10 @@ export default {
this.initGoods(); this.initGoods();
this.msg.priceRange = { this.msg.priceRange = {
min: 1, min: 1,
max: 30000, max: 100000,
}; };
this.msg.minPrice = 0; this.msg.minPrice = 0;
this.msg.maxPrice = 30000; this.msg.maxPrice = 100000;
this.dayArray.forEach((x) => { this.dayArray.forEach((x) => {
x.checked = false; x.checked = false;
}); });
......
...@@ -578,7 +578,7 @@ export default { ...@@ -578,7 +578,7 @@ export default {
PageCount: 0, PageCount: 0,
priceModel: { priceModel: {
min: 1, min: 1,
max: 40000, max: 100000,
}, },
CityList: [], CityList: [],
menuFocus: 0, menuFocus: 0,
...@@ -594,10 +594,10 @@ export default { ...@@ -594,10 +594,10 @@ export default {
this.initGoods(); this.initGoods();
this.msg.priceRange = { this.msg.priceRange = {
min: 1, min: 1,
max: 40000, max: 100000,
}; };
this.msg.minPrice = 0; this.msg.minPrice = 0;
this.msg.maxPrice = 40000; this.msg.maxPrice = 100000;
this.dayArray.forEach((x) => { this.dayArray.forEach((x) => {
x.checked = false; x.checked = false;
}); });
......
...@@ -489,7 +489,7 @@ export default { ...@@ -489,7 +489,7 @@ export default {
PageCount: 0, PageCount: 0,
priceModel: { priceModel: {
min: 1, min: 1,
max: 30000, max: 100000,
}, },
}; };
}, },
...@@ -499,10 +499,10 @@ export default { ...@@ -499,10 +499,10 @@ export default {
this.initGoods(); this.initGoods();
this.msg.priceRange = { this.msg.priceRange = {
min: 1, min: 1,
max: 30000, max: 100000,
}; };
this.msg.minPrice = 0; this.msg.minPrice = 0;
this.msg.maxPrice = 30000; this.msg.maxPrice = 100000;
this.dayArray.forEach((x) => { this.dayArray.forEach((x) => {
x.checked = false; 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