样式问题

This commit is contained in:
weicw
2023-09-23 20:43:33 +08:00
parent 4cec8b47d8
commit 9510d3534b
3 changed files with 24 additions and 9 deletions

View File

@@ -127,7 +127,9 @@
loadMore: true,
status: '加载更多',
page: 1,
where: {},
where: {
status: 0
},
dict: null,
cityList: [],
// 控制onShow事件是否刷新订单列表

View File

@@ -126,7 +126,8 @@
status: '加载更多',
page: 1,
where: {
recommend: 1
recommend: 1,
status: 0
},
region: [],
// 控制onShow事件是否刷新订单列表
@@ -223,9 +224,11 @@
this.where = {}
if(index == 0){
this.where.recommend = 1
this.where.status = 0
}
if(index == 1){
this.where.mustSee = 1
this.where.status = 0
}
this.onSearch()
},