Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
21d3de94
Commit
21d3de94
authored
May 25, 2021
by
linwenqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:样式调整
parent
5eeb2915
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
14 deletions
+6
-14
upload.vue
src/pages/mine/cert/upload.vue
+6
-14
No files found.
src/pages/mine/cert/upload.vue
View file @
21d3de94
...
...
@@ -52,19 +52,19 @@
{
typeKey
:
'electrician_certificate'
,
typeName
:
'电工证'
,
desc
:
[
'上传电工证照片'
,
'无需上传反面照'
],
desc
:
[
'上传电工证照片'
],
maxImgs
:
1
},
{
typeKey
:
'driver_license'
,
typeName
:
'驾驶证'
,
desc
:
[
'上传驾驶证照片'
,
'无需上传反面照'
],
desc
:
[
'上传驾驶证照片'
],
maxImgs
:
1
},
{
typeKey
:
'driving_license'
,
typeName
:
'行驶证'
,
desc
:
[
'上传行驶证照片'
,
'无需上传反面照'
],
desc
:
[
'上传行驶证照片'
],
maxImgs
:
1
},
{
...
...
@@ -76,19 +76,19 @@
{
typeKey
:
'high_sky_license'
,
typeName
:
'高空证'
,
desc
:
[
'上传高空证照片'
,
'无需上传反面照'
],
desc
:
[
'上传高空证照片'
],
maxImgs
:
1
},
{
typeKey
:
'refrigeration_license'
,
typeName
:
'制冷证'
,
desc
:
[
'上传制冷证照片'
,
'无需上传反面照'
],
desc
:
[
'上传制冷证照片'
],
maxImgs
:
1
},
{
typeKey
:
'business_license'
,
typeName
:
'营业执照'
,
desc
:
[
'上传营业执照照片'
,
'无需上传反面照'
],
desc
:
[
'上传营业执照照片'
],
maxImgs
:
1
}
],
...
...
@@ -108,13 +108,6 @@
}
},
async
handleClick
(
certType
,
key
)
{
if
(
this
.
imgList
[
this
.
key
].
desc
[
key
]
==
'无需上传反面照'
)
{
uni
.
showToast
({
icon
:
"none"
,
title
:
this
.
imgList
[
this
.
key
].
desc
[
key
],
});
return
}
let
self
=
this
self
.
uploadType
=
certType
||
''
let
attr
=
{
...
...
@@ -181,7 +174,6 @@
}
.notice-top
{
width
:
290
rpx
;
height
:
32
rpx
;
font-size
:
32
rpx
;
font-family
:
PingFang-SC-Bold
,
PingFang-SC
;
...
...
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