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
a90d9950
Commit
a90d9950
authored
Feb 28, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改个人资料
parent
181aea40
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
updateInformation.vue
pagesme/me/updateInformation.vue
+0
-7
No files found.
pagesme/me/updateInformation.vue
View file @
a90d9950
...
...
@@ -97,9 +97,6 @@
{{
userInfo
.
memMaxEducation
}}
</view>
</view>
<view
class=
"text2"
>
·
{{
'全日制'
}}
</view>
</view>
</view>
<view
class=
"box-name"
>
...
...
@@ -224,7 +221,6 @@
<u-popup
:show=
"singleNoShow"
@
close=
"singleNoClose"
mode=
"bottom"
>
<view
class=
"singleNo"
style=
"border-radius: 24rpx 24rpx 0px 0px;"
>
<view
class=
"singleNo-item"
@
click=
"singleNoItem(1)"
>
替换
</view>
<view
class=
"singleNo-item"
@
click=
"singleNoItem(2)"
v-if=
"singleIndex!='9'"
>
删除
</view>
<view
class=
"linkage-close"
@
click=
"singleNoClose"
>
取消
</view>
...
...
@@ -301,9 +297,6 @@ import {getOssUrl} from "../../api/article";
if
(
Index
==
9
)
{
this
.
singleIndex
=
9
;
}
else
{
console
.
log
(
'index'
,
Index
)
console
.
log
(
'this.userInfo.memPictureId'
,
this
.
userInfo
.
memPictureId
)
console
.
log
(
'this.userInfo.pictureUrls'
,
this
.
userInfo
.
pictureUrls
)
this
.
singleIndex
=
Index
;
}
this
.
singleNoShow
=
true
;
...
...
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