样式问题
This commit is contained in:
@@ -127,7 +127,9 @@
|
||||
loadMore: true,
|
||||
status: '加载更多',
|
||||
page: 1,
|
||||
where: {},
|
||||
where: {
|
||||
status: 0
|
||||
},
|
||||
dict: null,
|
||||
cityList: [],
|
||||
// 控制onShow事件是否刷新订单列表
|
||||
|
||||
@@ -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()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user