pull/2/head
lixuan 2 years ago
parent 5c968e561a
commit 956a864856
  1. 2
      components/sl-filter/filter-view.vue
  2. 6
      pages/tabbar/station/stationList.vue

@ -489,7 +489,7 @@
this.menuList[2].detailList[0].isSelected = true this.menuList[2].detailList[0].isSelected = true
this.menuList[2].detailList[1].isSelected = false this.menuList[2].detailList[1].isSelected = false
this.paixu = 1 this.paixu = 1
this.selectedTitleObj['comprehensiveSort'] = '距离排序' this.selectedTitleObj['comprehensiveSort'] = '距离优先'
} }
if(index == 2&&!this.oilCode&&this.paixu==2){ if(index == 2&&!this.oilCode&&this.paixu==2){
uni.showToast({ uni.showToast({

@ -163,15 +163,15 @@
// }]} // }]}
// }, // },
{ {
title: '距离排序', title: '距离优先',
isMutiple: false, isMutiple: false,
key: 'comprehensiveSort', key: 'comprehensiveSort',
detailList: [{ detailList: [{
title: "距离排序", title: "距离优先",
value: 1 value: 1
}, },
{ {
title: "价格排序", title: "价格优先",
value: 2 value: 2
} }
] ]

Loading…
Cancel
Save