Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
h5
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5bc4e2bc
authored
Jul 18, 2019
by
肖康
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'XK_carB20190624' into Development
parents
2b8bc2b9
6d7025bc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
src/store/modules/chain/chain.js
src/store/modules/findthing/index.js
src/store/modules/seo/index.js
src/store/modules/wallet/wallet.js
view/app.js
src/store/modules/chain/chain.js
View file @
5bc4e2bc
...
...
@@ -32,7 +32,7 @@ const actions = {
message
:
data
.
err_msg
,
duration
:
2000
});
}
else
if
(
data
.
err_code
==
23019
||
data
.
err_code
==
11008
||
data
.
err_code
==
11011
){
}
else
if
(
data
.
err_code
==
10001
||
data
.
err_code
==
10002
){
Toast
({
message
:
data
.
err_msg
,
duration
:
2000
...
...
src/store/modules/findthing/index.js
View file @
5bc4e2bc
...
...
@@ -41,7 +41,7 @@ const actions = {
type
:
'smsVerify'
,
data
:
data
.
data
});
}
else
if
(
data
.
err_code
==
23019
||
data
.
err_code
==
11008
||
data
.
err_code
==
11011
){
}
else
if
(
data
.
err_code
==
10001
||
data
.
err_code
==
10002
){
Toast
({
message
:
data
.
err_msg
,
duration
:
2000
...
...
src/store/modules/seo/index.js
View file @
5bc4e2bc
...
...
@@ -46,7 +46,7 @@ const actions = {
type
:
'smsVerify'
,
data
:
data
.
data
});
}
else
if
(
data
.
err_code
==
23019
||
data
.
err_code
==
11008
||
data
.
err_code
==
11011
){
}
else
if
(
data
.
err_code
==
10001
||
data
.
err_code
==
10002
){
Toast
({
message
:
data
.
err_msg
,
duration
:
2000
...
...
src/store/modules/wallet/wallet.js
View file @
5bc4e2bc
...
...
@@ -131,7 +131,7 @@ const actions = {
type
:
'smsVerifyActivate'
,
activateCountDownFlag
:
true
});
}
else
if
(
data
.
err_code
==
23019
||
data
.
err_code
==
11008
||
data
.
err_code
==
11011
)
{
}
else
if
(
data
.
err_code
==
10001
||
data
.
err_code
==
10002
)
{
Toast
({
message
:
data
.
err_msg
,
duration
:
2000
...
...
@@ -208,7 +208,7 @@ const actions = {
type
:
'sendSafesms'
,
verifyCountDownFlag
:
true
});
}
else
if
(
data
.
err_code
==
23019
)
{
}
else
if
(
data
.
err_code
==
23019
||
data
.
err_code
==
10001
)
{
//请确认图形验证码
Toast
({
message
:
data
.
err_msg
,
...
...
@@ -249,7 +249,7 @@ const actions = {
type
:
'smsVerifyRetrieve'
,
retieveCountDownFlag
:
true
});
}
else
if
(
data
.
err_code
==
23019
)
{
}
else
if
(
data
.
err_code
==
23019
||
data
.
err_code
==
10001
)
{
//请确认图形验证码
Toast
({
message
:
data
.
err_msg
,
...
...
view/app.js
View file @
5bc4e2bc
This diff is collapsed.
Click to expand it.
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