Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
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-25 11:56:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
89f03fd58b914c35ee3d53822d446fa9d3d2af7c
89f03fd5
1 parent
a4bd0326
fix(HomePage): 根据课程价格显示不同的按钮文本
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/HomePage.vue
src/views/HomePage.vue
View file @
89f03fd
<!--
* @Date: 2025-03-20 19:55:21
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-0
6-15 20:07:21
* @LastEditTime: 2025-0
9-25 11:54:13
* @FilePath: /mlaj/src/views/HomePage.vue
* @Description: 美乐爱觉教育首页组件
*
...
...
@@ -225,7 +225,7 @@
:to="`/courses/${course.id}`"
class="bg-white/90 text-green-600 px-3 py-1 rounded-full text-xs font-medium"
>
立即学习
{{ course.price === '0.00' ? '免费学习' : '立即学习' }}
</router-link>
</div>
</div>
...
...
Please
register
or
login
to post a comment