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
0e919b8b
Commit
0e919b8b
authored
May 25, 2021
by
linwenqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:证件上传
parent
67357632
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
index.vue
src/pages/mine/cert/index.vue
+2
-2
upload.vue
src/pages/mine/cert/upload.vue
+1
-4
No files found.
src/pages/mine/cert/index.vue
View file @
0e919b8b
...
...
@@ -119,8 +119,8 @@
let
getData
=
res
.
data
[
key
];
this
.
list
[
key
].
isUpload
=
getData
.
status
;
this
.
list
[
key
].
isUploadName
=
getData
.
status
==
1
?
'已上传'
:
'未上传'
;
this
.
list
[
key
].
color
=
getData
.
status
=
=
1
?
"#999999"
:
"#2272FF"
;
this
.
list
[
key
].
iconColor
=
getData
.
status
==
1
?
"#2272FF"
:
"#999999
"
;
this
.
list
[
key
].
color
=
getData
.
status
!
=
1
?
"#999999"
:
"#2272FF"
;
this
.
list
[
key
].
iconColor
=
getData
.
status
!=
1
?
"#999999"
:
"#2272FF
"
;
this
.
list
[
key
].
data
=
getData
;
}
}
...
...
src/pages/mine/cert/upload.vue
View file @
0e919b8b
...
...
@@ -139,7 +139,7 @@
this
.
param
.
type
=
this
.
type
;
this
.
$u
.
api
.
submitCert
(
this
.
param
)
.
then
((
res
)
=>
{
if
(
res
.
status
!=
200
){
if
(
res
.
code
!=
200
){
uni
.
showToast
({
icon
:
"none"
,
title
:
res
.
message
,
...
...
@@ -149,9 +149,6 @@
url
:
'/pages/mine/cert/index'
});
})
.
catch
((
err
)
=>
{
console
.
log
(
err
);
});
}
}
}
...
...
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