屏蔽疆外

This commit is contained in:
冯辉
2026-03-12 17:16:17 +08:00
parent e7ef23ad5d
commit 38e9d3d004
3 changed files with 3 additions and 3 deletions

View File

@@ -160,7 +160,7 @@ const rangeOptions = ref([
{ value: 0, text: '推荐' }, { value: 0, text: '推荐' },
{ value: 1, text: '最热' }, { value: 1, text: '最热' },
{ value: 2, text: '最新发布' }, { value: 2, text: '最新发布' },
{ value: 3, text: '疆外' }, // { value: 3, text: '疆外' },
]); ]);
function changeRangeShow() { function changeRangeShow() {

View File

@@ -190,7 +190,7 @@ const rangeOptions = ref([
{ value: 0, text: '推荐' }, { value: 0, text: '推荐' },
{ value: 1, text: '最热' }, { value: 1, text: '最热' },
{ value: 2, text: '最新发布' }, { value: 2, text: '最新发布' },
{ value: 3, text: '疆外' }, // { value: 3, text: '疆外' },
]); ]);
onLoad(() => { onLoad(() => {
getSubway(); getSubway();

View File

@@ -134,7 +134,7 @@ const rangeOptions = ref([
{ value: 0, text: '推荐' }, { value: 0, text: '推荐' },
{ value: 1, text: '最热' }, { value: 1, text: '最热' },
{ value: 2, text: '最新发布' }, { value: 2, text: '最新发布' },
{ value: 3, text: '疆外' }, // { value: 3, text: '疆外' },
]); ]);
function choosePosition(index) { function choosePosition(index) {