Merge pull request 'lixuan' (#4) from lixuan into master
Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
@@ -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'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user