Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
corporateCulture-qd
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王立鹏
corporateCulture-qd
Commits
e5a127c9
Commit
e5a127c9
authored
Feb 28, 2026
by
lijiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【需求 20331】 perf: 细节优化
parent
0543e4c9
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
index.vue
src/views/homePage/askTab/index.vue
+1
-1
practiceList.vue
src/views/homePage/yaTab/components/practiceList.vue
+2
-2
index.vue
src/views/pointsStore/index.vue
+1
-0
index.vue
src/views/questionDetail/index.vue
+1
-1
No files found.
src/views/homePage/askTab/index.vue
View file @
e5a127c9
...
@@ -172,7 +172,7 @@
...
@@ -172,7 +172,7 @@
</div>
</div>
<Transition
name=
"fadeCommentBox"
mode=
"out-in"
>
<Transition
name=
"fadeCommentBox"
mode=
"out-in"
>
<Comment
<Comment
v-
if
=
"item.showComment"
v-
show
=
"item.showComment"
:ref=
"(e) => (commentRefList[index] = e as InstanceType<typeof Comment>)"
:ref=
"(e) => (commentRefList[index] = e as InstanceType<typeof Comment>)"
:id=
"item.id"
:id=
"item.id"
:total=
"item.cultureCommentListVo?.childNum || 0"
:total=
"item.cultureCommentListVo?.childNum || 0"
...
...
src/views/homePage/yaTab/components/practiceList.vue
View file @
e5a127c9
...
@@ -136,7 +136,7 @@
...
@@ -136,7 +136,7 @@
<div
class=
"flex gap-3 items-center h-100%"
style=
"border-bottom: 1.5px solid #ddd"
>
<div
class=
"flex gap-3 items-center h-100%"
style=
"border-bottom: 1.5px solid #ddd"
>
<!-- 左侧内容 -->
<!-- 左侧内容 -->
<div
class=
"flex-1"
>
<div
class=
"flex-1"
>
<h1
class=
"font-medium text-gray-
9
00 mb-2 leading-relaxed line-clamp-1 text-lg"
>
<h1
class=
"font-medium text-gray-
8
00 mb-2 leading-relaxed line-clamp-1 text-lg"
>
{{
item
.
title
}}
{{
item
.
title
}}
</h1>
</h1>
...
@@ -149,7 +149,7 @@
...
@@ -149,7 +149,7 @@
class=
"w-40 h-25 object-cover rounded-lg flex-shrink-0"
class=
"w-40 h-25 object-cover rounded-lg flex-shrink-0"
/>
/>
<div
class=
"flex-1 mr-4"
>
<div
class=
"flex-1 mr-4"
>
<div
class=
"text-gray-
6
00 text-base leading-relaxed line-clamp-3"
>
<div
class=
"text-gray-
5
00 text-base leading-relaxed line-clamp-3"
>
{{
item
.
content
}}
{{
item
.
content
}}
</div>
</div>
</div>
</div>
...
...
src/views/pointsStore/index.vue
View file @
e5a127c9
...
@@ -309,6 +309,7 @@ const onExchangeGoods = async (item: BackendShopItemDto) => {
...
@@ -309,6 +309,7 @@ const onExchangeGoods = async (item: BackendShopItemDto) => {
await
exchangeGoods
(
form
.
value
)
await
exchangeGoods
(
form
.
value
)
ElMessage
.
success
(
'兑换成功'
)
ElMessage
.
success
(
'兑换成功'
)
yabiStore
.
fetchYaBiData
()
yabiStore
.
fetchYaBiData
()
item
.
stock
-=
form
.
value
.
num
done
()
done
()
}
catch
(
error
)
{
}
catch
(
error
)
{
console
.
log
(
error
)
console
.
log
(
error
)
...
...
src/views/questionDetail/index.vue
View file @
e5a127c9
<
template
>
<
template
>
<div
class=
"min-h-screen pb-10
font-sans
text-slate-800 flex justify-center px-20"
>
<div
class=
"min-h-screen pb-10 text-slate-800 flex justify-center px-20"
>
<div
class=
"w-full space-y-4"
>
<div
class=
"w-full space-y-4"
>
<!-- 1. 问题卡片 -->
<!-- 1. 问题卡片 -->
<div
<div
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment