lixuan #4
@@ -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'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user