Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust_web
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_web
Commits
0d021c03
Commit
0d021c03
authored
Jan 15, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改会员详情图片
parent
e262418f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
14 deletions
+25
-14
index.vue
src/views/operationsManagement/member/info/index.vue
+25
-14
No files found.
src/views/operationsManagement/member/info/index.vue
View file @
0d021c03
...
...
@@ -9,20 +9,30 @@
<el-row
:gutter=
"20"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"微信头像:"
prop=
"pictureId"
>
<el-upload
ref=
"upload"
accept=
".png,.jpg,.jpeg,.PNG,.JPG,.JPEG"
:file-list=
"fileList"
list-type=
"picture-card"
class=
"avatar-uploader"
action=
"#"
:disabled=
"secondFromDisabled"
:show-file-list=
"false"
:before-upload=
"handleUploadBeforeFake"
:auto-upload=
"true"
>
<img
v-if=
"imageUrl"
:src=
"imageUrl"
class=
"avatar"
alt=
""
>
</el-upload>
<div
style=
"justify-content: space-between;display: flex"
>
<el-upload
ref=
"upload"
accept=
".png,.jpg,.jpeg,.PNG,.JPG,.JPEG"
:file-list=
"fileList"
list-type=
"picture-card"
class=
"avatar-uploader"
action=
"#"
:disabled=
"secondFromDisabled"
:show-file-list=
"false"
:before-upload=
"handleUploadBeforeFake"
:auto-upload=
"true"
>
<img
v-if=
"imageUrl"
:src=
"imageUrl"
class=
"avatar"
alt=
""
>
</el-upload>
<div
style=
"margin-left: 20px"
>
<img
v-if=
"form.pictureUrls != null && form.pictureUrls.length > 0"
:src=
"form.pictureUrls[0]"
style=
"width: 80px;height: 80px"
alt=
""
>
<img
v-if=
"form.pictureUrls != null && form.pictureUrls.length > 2"
:src=
"form.pictureUrls[2]"
style=
"width: 80px;height: 80px"
alt=
""
>
</div>
<div>
<img
v-if=
"form.pictureUrls != null && form.pictureUrls.length > 1"
:src=
"form.pictureUrls[1]"
style=
"width: 80px;height: 80px"
alt=
""
>
<img
v-if=
"form.pictureUrls != null && form.pictureUrls.length > 3"
:src=
"form.pictureUrls[3]"
style=
"width: 80px;height: 80px"
alt=
""
>
</div>
</div>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
@@ -851,6 +861,7 @@ export default {
this
.
form
.
memConstellation
=
Number
(
this
.
form
.
memConstellation
)
this
.
form
.
memResidence
=
Number
(
this
.
form
.
memResidence
)
this
.
form
.
memLevel
=
Number
(
this
.
form
.
memLevel
)
this
.
form
.
pictureUrls
=
this
.
form
.
pictureUrls
.
split
(
','
)
},
handleResidence
()
{
const
province
=
this
.
residence
.
find
(
item
=>
item
.
value
===
this
.
form
.
memResidence
[
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