diff --git a/components/sl-filter/filter-view.vue b/components/sl-filter/filter-view.vue index 3d00d17..8d5f097 100644 --- a/components/sl-filter/filter-view.vue +++ b/components/sl-filter/filter-view.vue @@ -489,7 +489,7 @@ this.menuList[2].detailList[0].isSelected = true this.menuList[2].detailList[1].isSelected = false this.paixu = 1 - this.selectedTitleObj['comprehensiveSort'] = '距离排序' + this.selectedTitleObj['comprehensiveSort'] = '距离优先' } if(index == 2&&!this.oilCode&&this.paixu==2){ uni.showToast({ diff --git a/pages/tabbar/station/stationList.vue b/pages/tabbar/station/stationList.vue index cf749fb..ae05760 100644 --- a/pages/tabbar/station/stationList.vue +++ b/pages/tabbar/station/stationList.vue @@ -163,15 +163,15 @@ // }]} // }, { - title: '距离排序', + title: '距离优先', isMutiple: false, key: 'comprehensiveSort', detailList: [{ - title: "距离排序", + title: "距离优先", value: 1 }, { - title: "价格排序", + title: "价格优先", value: 2 } ]