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