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-12-01 17:51:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
92ddd3b1cfd1d2360bf2b75ea6714a006b49c4d3
92ddd3b1
1 parent
1b2e5447
fix: 修正课程详情页中介绍字段的命名错误
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/courses/CourseDetailPage.vue
src/views/courses/CourseDetailPage.vue
View file @
92ddd3b
...
...
@@ -84,7 +84,7 @@
<div>
<h4 class="font-bold text-gray-900">{{ item?.name }}</h4>
<p class="text-sm text-gray-600">{{ item?.educational }}</p>
<p class="text-xs text-gray-500 mt-1">{{ item?.introduc
e
}}</p>
<p class="text-xs text-gray-500 mt-1">{{ item?.introduc
tion
}}</p>
</div>
</div>
</div>
...
...
Please
register
or
login
to post a comment