This commit is contained in:
lixuan
2022-12-06 19:26:57 +08:00
parent 5c968e561a
commit 956a864856
2 changed files with 4 additions and 4 deletions

View File

@@ -163,15 +163,15 @@
// }]}
// },
{
title: '距离排序',
title: '距离优先',
isMutiple: false,
key: 'comprehensiveSort',
detailList: [{
title: "距离排序",
title: "距离优先",
value: 1
},
{
title: "价格排序",
title: "价格优先",
value: 2
}
]