Showing
2 changed files
with
10 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2025-01-09 00:00:00 | 2 | * @Date: 2025-01-09 00:00:00 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-10-29 09:42:53 | 4 | + * @LastEditTime: 2025-10-29 10:17:37 |
| 5 | * @FilePath: /lls_program/src/components/RankingCard.vue | 5 | * @FilePath: /lls_program/src/components/RankingCard.vue |
| 6 | * @Description: 排行榜卡片组件 | 6 | * @Description: 排行榜卡片组件 |
| 7 | --> | 7 | --> |
| ... | @@ -249,6 +249,10 @@ const joinOrganization = () => { | ... | @@ -249,6 +249,10 @@ const joinOrganization = () => { |
| 249 | Taro.navigateTo({ | 249 | Taro.navigateTo({ |
| 250 | url: '/pages/JoinOrganization/index' | 250 | url: '/pages/JoinOrganization/index' |
| 251 | }) | 251 | }) |
| 252 | + // 恢复默认选中状态 | ||
| 253 | + setTimeout(() => { | ||
| 254 | + activeTab.value = 'shanghai' | ||
| 255 | + }, 500); | ||
| 252 | } | 256 | } |
| 253 | 257 | ||
| 254 | // 加载状态 | 258 | // 加载状态 | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2025-09-01 13:07:52 | 2 | * @Date: 2025-09-01 13:07:52 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-10-29 09:57:42 | 4 | + * @LastEditTime: 2025-10-29 10:18:35 |
| 5 | * @FilePath: /lls_program/src/pages/FamilyRank/index.vue | 5 | * @FilePath: /lls_program/src/pages/FamilyRank/index.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -262,6 +262,10 @@ const joinOrganization = () => { | ... | @@ -262,6 +262,10 @@ const joinOrganization = () => { |
| 262 | Taro.navigateTo({ | 262 | Taro.navigateTo({ |
| 263 | url: '/pages/JoinOrganization/index' | 263 | url: '/pages/JoinOrganization/index' |
| 264 | }) | 264 | }) |
| 265 | + // 恢复默认选中状态 | ||
| 266 | + setTimeout(() => { | ||
| 267 | + activeTab.value = 'shanghai' | ||
| 268 | + }, 500); | ||
| 265 | } | 269 | } |
| 266 | 270 | ||
| 267 | // 加载状态 | 271 | // 加载状态 | ... | ... |
-
Please register or login to post a comment