vear:添加返回按钮

This commit is contained in:
2026-07-15 20:27:19 +08:00
parent 7488ad30f2
commit c7be2d1dcb
3 changed files with 43 additions and 36 deletions

View File

@@ -740,7 +740,7 @@ const rangeOptions = ref([
{ value: 1, text: '最热' },
{ value: 2, text: '最新发布' },
// { value: 3, text: '疆外' },
{ value: 4, text: '零工市场' }
{ value: 4, text: '零工岗位' }
]);
const isLoaded = ref(false);
const isInitialized = ref(false); // 添加初始化标志