Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
lls_program
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-09-22 15:42:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8ac288e1608cf1093c4bf7eed2bca8bae9560426
8ac288e1
1 parent
41e16e15
fix(ActivitiesCover): 将按钮文本从"进入活动"改为"立即进入"
修改按钮文本以提供更明确的行动指引
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/ActivitiesCover/index.vue
src/pages/ActivitiesCover/index.vue
View file @
8ac288e
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-22 15:
35:48
* @LastEditTime: 2025-09-22 15:
41:46
* @FilePath: /lls_program/src/pages/ActivitiesCover/index.vue
* @Description: 活动海报页面 - 展示活动信息并处理定位授权
-->
...
...
@@ -384,7 +384,7 @@ const getButtonText = () => {
// 如果已有定位授权且有位置信息,显示"进入活动"
if (hasLocationAuth.value && userLocation.value.lng && userLocation.value.lat) {
return '
进入活动
'
return '
立即进入
'
}
// 默认显示"立即参加"
...
...
Please
register
or
login
to post a comment