Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-09-19 14:11:06 | 2 | * @Date: 2022-09-19 14:11:06 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-09-22 15:35:48 | 4 | + * @LastEditTime: 2025-09-22 15:41:46 |
| 5 | * @FilePath: /lls_program/src/pages/ActivitiesCover/index.vue | 5 | * @FilePath: /lls_program/src/pages/ActivitiesCover/index.vue |
| 6 | * @Description: 活动海报页面 - 展示活动信息并处理定位授权 | 6 | * @Description: 活动海报页面 - 展示活动信息并处理定位授权 |
| 7 | --> | 7 | --> |
| ... | @@ -384,7 +384,7 @@ const getButtonText = () => { | ... | @@ -384,7 +384,7 @@ const getButtonText = () => { |
| 384 | 384 | ||
| 385 | // 如果已有定位授权且有位置信息,显示"进入活动" | 385 | // 如果已有定位授权且有位置信息,显示"进入活动" |
| 386 | if (hasLocationAuth.value && userLocation.value.lng && userLocation.value.lat) { | 386 | if (hasLocationAuth.value && userLocation.value.lng && userLocation.value.lat) { |
| 387 | - return '进入活动' | 387 | + return '立即进入' |
| 388 | } | 388 | } |
| 389 | 389 | ||
| 390 | // 默认显示"立即参加" | 390 | // 默认显示"立即参加" | ... | ... |
-
Please register or login to post a comment