xiugai
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user