Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
5858bd46
Commit
5858bd46
authored
Jan 19, 2026
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
产品对比页面左侧菜单显示对接
parent
c9fc0671
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
2 deletions
+1
-2
myPackageA/compare-result/compare-result.vue
+0
-0
myPackageA/product-list/product-list.vue
+1
-1
pages/personalCenter/detail.vue
+0
-1
No files found.
myPackageA/compare-result/compare-result.vue
View file @
5858bd46
This diff is collapsed.
Click to expand it.
myPackageA/product-list/product-list.vue
View file @
5858bd46
...
@@ -131,7 +131,7 @@
...
@@ -131,7 +131,7 @@
<button
<button
class=
"compare-btn"
class=
"compare-btn"
@
click=
"navigateToPKPage"
@
click=
"navigateToPKPage"
:disabled=
"pkList.length
<
2
"
:disabled=
"pkList.length
<
1
"
>
>
去对比
去对比
</button>
</button>
...
...
pages/personalCenter/detail.vue
View file @
5858bd46
...
@@ -272,7 +272,6 @@ const queryUserInfoAndPermission = () => {
...
@@ -272,7 +272,6 @@ const queryUserInfoAndPermission = () => {
const
initPdfAfterPermission
=
()
=>
{
const
initPdfAfterPermission
=
()
=>
{
loading
.
value
=
true
;
loading
.
value
=
true
;
const
filteredTabs
=
filteredCurrentTabs
.
value
;
const
filteredTabs
=
filteredCurrentTabs
.
value
;
console
.
log
(
filteredTabs
)
if
(
currentType
.
value
>=
2
&&
currentType
.
value
<=
4
)
{
if
(
currentType
.
value
>=
2
&&
currentType
.
value
<=
4
)
{
if
(
filteredTabs
.
length
>
0
)
{
if
(
filteredTabs
.
length
>
0
)
{
activeTab
.
value
=
0
;
activeTab
.
value
=
0
;
...
...
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