云市场按地址排序

This commit is contained in:
weipengfei 2023-11-10 10:04:25 +08:00
parent 61abdaa696
commit d87a8929a9

View File

@ -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() {