Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-app
Project
Project
Details
Activity
Releases
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
李伟
cust-app
Commits
4652bb36
Commit
4652bb36
authored
Mar 24, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改实名认证显示
parent
4138fa28
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
10 deletions
+4
-10
my.vue
pages/tab/my.vue
+2
-8
updateInformation.vue
pagesme/me/updateInformation.vue
+2
-2
No files found.
pages/tab/my.vue
View file @
4652bb36
...
...
@@ -103,7 +103,7 @@
实名认证
</view>
<view
class=
"double-auth-text"
style=
"width: 88rpx;margin-left: 0rpx;"
>
(
{{
info
.
memAuthCount
}}
/
3
)
(
{{
info
.
memAuthCount
}}
/
1
)
</view>
<view
class=
"double-auth-text"
style=
"margin-left: 0rpx;"
>
配对成功率提升200%
...
...
@@ -519,13 +519,7 @@ import {activityList, userActivityList} from "../../api/activity";
if
(
this
.
info
.
memRealAuthen
===
'1'
){
this
.
info
.
memAuthCount
+=
1
}
if
(
this
.
info
.
memEducationAuthen
===
'1'
){
this
.
info
.
memAuthCount
+=
1
}
if
(
this
.
info
.
memWorkAuthen
===
'1'
){
this
.
info
.
memAuthCount
+=
1
}
if
(
this
.
info
.
memAuthCount
==
3
){
if
(
this
.
info
.
memAuthCount
==
1
){
this
.
authShow
=
false
}
this
.
button
[
0
].
num
=
this
.
info
.
goldCoinsCount
...
...
pagesme/me/updateInformation.vue
View file @
4652bb36
...
...
@@ -137,7 +137,7 @@
<view
class=
"w690 p30 bcfff br20 mt30 ml30 p30"
>
<view
class=
"rowic"
>
<image
class=
"w30 h30"
:src=
"baseUrl+'/user/xiugai.png'"
mode=
"aspectFill"
></image>
<view
style=
"color: #434343;"
class=
"fs28 fwb ml10"
>
实名认证(
{{
numtwo
}}
/
3
)
</view>
<view
style=
"color: #434343;"
class=
"fs28 fwb ml10"
>
实名认证(
{{
numtwo
}}
/
1
)
</view>
</view>
<view
class=
"rowjbic mt25"
>
<view
class=
"fs28 fwb"
style=
"color: #434343;"
>
实名认证
</view>
...
...
@@ -268,7 +268,7 @@ import {getOssUrl} from "../../api/article";
},
computed
:
{
numtwo
()
{
return
+
this
.
userInfo
.
memRealAuthen
+
+
this
.
userInfo
.
memEducationAuthen
+
+
this
.
userInfo
.
memWorkAuthen
;
return
+
this
.
userInfo
.
memRealAuthen
;
}
},
onLoad
(
option
)
{
...
...
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