fix(apartment): 更新房源标签列表中的"两房整租"为"studio"

更新了搜索模块中的房源标签列表,将"两房整租"改为更通用的"studio"以匹配国际常用术语
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-06-10 11:31:26 +08:00
parent ddadb31ea7
commit fcc3820677
8 changed files with 7 additions and 7 deletions

View File

@@ -363,7 +363,7 @@ let deleteSeachVal = (i) => {
localStorage.setItem("historyArr", JSON.stringify(historyArr.value));
};
const tagList = ["单人间", "大床房", "独立卫浴", "两房整租", "电梯"];
const tagList = ["单人间", "大床房", "独立卫浴", "studio", "电梯"];
</script>
<style scoped lang="less">
* {