lixuan #4

Merged
lixuan merged 3 commits from lixuan into master 2 years ago
  1. 2
      components/sl-filter/filter-view.vue
  2. 6
      pages/tabbar/station/stationList.vue

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

@ -89,15 +89,15 @@
siteName: '', siteName: '',
menuList: [ menuList: [
{ {
title: '距离排序', title: '距离优先',
isMutiple: false, isMutiple: false,
key: 'sort', key: 'sort',
detailList: [{ detailList: [{
title: "距离排序", title: "距离优先",
value: 'juli' value: 'juli'
}, },
{ {
title: "价格排序", title: "价格优先",
value: 'price' value: 'price'
} }
] ]

Loading…
Cancel
Save