Merge pull request 'lixuan' (#4) from lixuan into master

Reviewed-on: #4
pull/5/head
李轩 2 years ago
commit 41c2629561
  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[1].isSelected = false
this.paixu = 1
this.selectedTitleObj['sort'] = '距离排序'
this.selectedTitleObj['sort'] = '距离优先'
}
if(index == 0&&!this.oilCode&&this.paixu==2){
uni.showToast({

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

Loading…
Cancel
Save