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
2b45f1cf
Commit
2b45f1cf
authored
Feb 11, 2026
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
申请加盟按钮的显示隐藏
parent
6cdd59ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
pages/personalCenter/personalCenter.vue
+3
-2
No files found.
pages/personalCenter/personalCenter.vue
View file @
2b45f1cf
...
@@ -239,6 +239,7 @@
...
@@ -239,6 +239,7 @@
id
:
'01'
,
id
:
'01'
,
categoryName
:
'团队'
,
categoryName
:
'团队'
,
children
:
[{
children
:
[{
key
:
'applyFranchises'
,
title
:
'申请加盟'
,
title
:
'申请加盟'
,
icon
:
'icon-hezuo'
,
icon
:
'icon-hezuo'
,
link
:
'/myPackageA/applyFranchise/applyFranchise?'
,
link
:
'/myPackageA/applyFranchise/applyFranchise?'
,
...
@@ -430,7 +431,7 @@
...
@@ -430,7 +431,7 @@
const
team
=
this
.
mainMenuLists
.
find
(
item
=>
item
.
id
===
'01'
);
const
team
=
this
.
mainMenuLists
.
find
(
item
=>
item
.
id
===
'01'
);
if
(
!
team
)
return
;
if
(
!
team
)
return
;
const
applyItem
=
team
.
children
.
find
(
child
=>
child
.
key
==
=
'applyFranchise
'
);
const
applyItem
=
team
.
children
.
find
(
child
=>
child
.
key
==
'applyFranchises
'
);
if
(
!
applyItem
)
return
;
if
(
!
applyItem
)
return
;
// 3. 更新标题和显示状态
// 3. 更新标题和显示状态
...
@@ -497,7 +498,7 @@
...
@@ -497,7 +498,7 @@
for
(
let
key
in
this
.
partnerStatistic
)
{
for
(
let
key
in
this
.
partnerStatistic
)
{
if
(
key
!=
'peopleNum'
&&
key
!=
'reachPeopleNum'
&&
key
!=
'totalPeopleNum'
)
{
if
(
key
!=
'peopleNum'
&&
key
!=
'reachPeopleNum'
&&
key
!=
'totalPeopleNum'
)
{
if
(
key
)
{
if
(
key
)
{
this
.
partnerStatistic
[
key
]
=
Number
(
this
.
partnerStatistic
[
key
].
toFixed
(
2
))
this
.
partnerStatistic
[
key
]
=
this
.
partnerStatistic
[
key
]
?
Number
(
this
.
partnerStatistic
[
key
].
toFixed
(
2
))
:
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