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
1a8cb204
Commit
1a8cb204
authored
Dec 15, 2025
by
lijiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【需求 17678】 perf: 优化
parent
221c7fbe
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.vue
src/components/common/Comment/index.vue
+1
-1
index.vue
src/views/homePage/homeTab/index.vue
+2
-2
No files found.
src/components/common/Comment/index.vue
View file @
1a8cb204
...
...
@@ -143,7 +143,7 @@
class=
"cursor-pointer hover:text-blue-500 transition-colors"
@
click=
"handleReply(item)"
>
回复
111111111
回复
</button>
</div>
</div>
...
...
src/views/homePage/homeTab/index.vue
View file @
1a8cb204
...
...
@@ -27,13 +27,13 @@ import VideoList from './components/videoList.vue'
import
Tabs
from
'@/components/common/Tabs'
const
tabs
=
[
{
label
:
'推荐'
,
value
:
'推荐'
,
component
:
RecommendList
},
{
label
:
'最新'
,
value
:
'最新'
,
component
:
RecommendList
},
{
label
:
'推荐'
,
value
:
'推荐'
,
component
:
RecommendList
},
{
label
:
'视频'
,
value
:
'视频'
,
component
:
VideoList
},
{
label
:
'关爱基金'
,
value
:
'关爱基金'
,
component
:
null
},
]
const
activeTab
=
ref
(
'
推荐
'
)
const
activeTab
=
ref
(
'
最新
'
)
const
activeTabComponent
=
computed
(()
=>
{
return
tabs
.
find
((
tab
)
=>
tab
.
value
===
activeTab
.
value
)?.
component
})
...
...
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