Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
traceSourceMb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yanyanhong
traceSourceMb
Commits
2548c4f3
Commit
2548c4f3
authored
Sep 25, 2020
by
yyh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
未认证上链提示
parent
c9d434bc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
Index.vue
src/views/proof/Index.vue
+11
-0
No files found.
src/views/proof/Index.vue
View file @
2548c4f3
...
...
@@ -277,6 +277,17 @@ export default class Index extends Vue {
this
.
$api
.
proof
.
sendBlockChian
(
proof
.
id
).
then
(()
=>
{
this
.
$toast
.
success
(
'提交上链成功'
);
this
.
resetList
();
}).
catch
((
err
:
any
)
=>
{
if
(
err
.
code
===
10811
)
{
this
.
$dialog
.
confirm
({
title
:
'提示'
,
message
:
'您还未认证,请先认证后在进行上链'
,
confirmButtonText
:
'去认证'
,
cancelButtonText
:
'取消'
,
}).
then
(()
=>
{
this
.
$router
.
push
({
name
:
'Auth'
});
});
}
});
});
}
...
...
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