4 Commits

Author SHA1 Message Date
lixuan
0811a1583d Merge branch 'master' of http://121.196.213.68:3000/caoliancun/MP_XOIL_company_new into lixuan 2022-12-06 20:22:45 +08:00
lixuan
6ac28b64e5 xiugai 2022-12-06 20:22:34 +08:00
lixuan
2902947b0d xiugai 2022-12-06 20:10:22 +08:00
979cd0ac62 Merge pull request 'lixuan' (#3) from lixuan into master
Reviewed-on: #3
2022-12-06 10:12:49 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -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({

View File

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