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
f8af0fe2
Commit
f8af0fe2
authored
Mar 05, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
2b48239d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
8 deletions
+15
-8
doubleauth.vue
pagesme/me/doubleauth.vue
+1
-1
educationcertification.vue
pagesme/me/educationcertification.vue
+2
-2
updateInformation.vue
pagesme/me/updateInformation.vue
+12
-5
No files found.
pagesme/me/doubleauth.vue
View file @
f8af0fe2
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
<view
class=
"auth-btn"
@
click=
"goEducationAuth()"
v-if=
"userInfo.memEducationAuthen=='1'"
>
查看
</view>
<view
class=
"auth-btn"
@
click=
"goEducationAuth()"
v-if=
"userInfo.memEducationAuthen=='1'"
>
查看
</view>
<view
class=
"auth-btn"
@
click=
"goEducationAuth()"
v-else
>
立即认证
</view>
<view
class=
"auth-btn"
@
click=
"goEducationAuth()"
v-else
>
立即认证
</view>
</view>
</view>
<ELM
ref=
"elm"
:msg=
"tipMsg"
:isConfirm=
"isConfirm"
@
confirm=
"confirm"
></ELM>
<ELM
ref=
"elm"
:msg=
"tipMsg"
:isConfirm=
"isConfirm"
></ELM>
</view>
</view>
</
template
>
</
template
>
...
...
pagesme/me/educationcertification.vue
View file @
f8af0fe2
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
</view>
</view>
</view>
</view>
</u-popup>
</u-popup>
<ELM
ref=
"elm"
:msg=
"tipMsg"
:isConfirm=
"isConfirm"
@
confirm=
"confirm"
></ELM>
<ELM
ref=
"elm"
:msg=
"tipMsg"
:isConfirm=
"isConfirm"
:isCancel=
"false"
@
confirm=
"confirm"
></ELM>
</view>
</view>
</
template
>
</
template
>
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
updateUser
(
params
).
then
(
res
=>
{
updateUser
(
params
).
then
(
res
=>
{
if
(
res
.
data
.
code
==
200
)
{
if
(
res
.
data
.
code
==
200
)
{
this
.
isConfirm
=
true
;
this
.
isConfirm
=
true
;
this
.
tipMsg
=
"
操作
成功"
;
this
.
tipMsg
=
"
上传
成功"
;
this
.
singleNoClose
();
this
.
singleNoClose
();
this
.
loadPage
();
this
.
loadPage
();
this
.
$refs
.
elm
.
showDialog
();
this
.
$refs
.
elm
.
showDialog
();
...
...
pagesme/me/updateInformation.vue
View file @
f8af0fe2
...
@@ -167,7 +167,7 @@
...
@@ -167,7 +167,7 @@
编辑
编辑
</view>
</view>
</view>
</view>
<view
class=
" mt25 fs28"
style=
"color: #434343;
"
>
<view
class=
"detail
"
>
<view>
{{
userInfo
.
memIntroduce
?
userInfo
.
memIntroduce
:
''
}}
</view>
<view>
{{
userInfo
.
memIntroduce
?
userInfo
.
memIntroduce
:
''
}}
</view>
</view>
</view>
</view>
</view>
...
@@ -182,7 +182,7 @@
...
@@ -182,7 +182,7 @@
编辑
编辑
</view>
</view>
</view>
</view>
<view
class=
" mt25 fs28"
style=
"color: #434343;
"
>
<view
class=
"detail
"
>
<view>
{{
userInfo
.
memHobby
?
userInfo
.
memHobby
:
''
}}
</view>
<view>
{{
userInfo
.
memHobby
?
userInfo
.
memHobby
:
''
}}
</view>
</view>
</view>
</view>
</view>
...
@@ -197,7 +197,7 @@
...
@@ -197,7 +197,7 @@
编辑
编辑
</view>
</view>
</view>
</view>
<view
class=
" mt25 fs28"
style=
"color: #434343;
"
>
<view
class=
"detail
"
>
<view>
{{
userInfo
.
memHalfDesire
?
userInfo
.
memHalfDesire
:
''
}}
</view>
<view>
{{
userInfo
.
memHalfDesire
?
userInfo
.
memHalfDesire
:
''
}}
</view>
</view>
</view>
</view>
</view>
...
@@ -212,7 +212,7 @@
...
@@ -212,7 +212,7 @@
编辑
编辑
</view>
</view>
</view>
</view>
<view
class=
"
mt25 fs28"
style=
"color: #434343;
"
>
<view
class=
"
detail
"
>
<view>
{{
userInfo
.
memFuturePlan
?
userInfo
.
memFuturePlan
:
''
}}
</view>
<view>
{{
userInfo
.
memFuturePlan
?
userInfo
.
memFuturePlan
:
''
}}
</view>
</view>
</view>
</view>
</view>
...
@@ -983,5 +983,12 @@ import {getOssUrl} from "../../api/article";
...
@@ -983,5 +983,12 @@ import {getOssUrl} from "../../api/article";
padding
:
0
38rpx
;
padding
:
0
38rpx
;
}
}
}
}
.detail
{
color
:
#434343
;
font-size
:
28rpx
;
margin-top
:
25rpx
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
</
style
>
</
style
>
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