云市场按地址排序
This commit is contained in:
parent
61abdaa696
commit
d87a8929a9
@ -465,7 +465,7 @@
|
||||
keyword: '',
|
||||
page: 1,
|
||||
limit: 10,
|
||||
order: '',
|
||||
order: 'location',
|
||||
category_id: '',
|
||||
type_id: '',
|
||||
street_id: '',
|
||||
@ -971,7 +971,8 @@
|
||||
this.storeList = []
|
||||
this.firstKey = e
|
||||
this.storeParam.page = 1
|
||||
this.storeParam.order = this.downMenu[e].order
|
||||
// this.storeParam.order = this.downMenu[e].order
|
||||
this.storeParam.order = 'location' //使用距离进行排序
|
||||
this.storeMerchantList();
|
||||
},
|
||||
backjJump() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user