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
0a990e99
authored
May 15, 2019
by
林翔
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
lx
parent
c45bae19
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/store/modules/wallet/wallet.js
view/app.js
src/store/modules/wallet/wallet.js
View file @
0a990e99
...
@@ -165,9 +165,9 @@ const actions = {
...
@@ -165,9 +165,9 @@ const actions = {
message
:
data
.
err_msg
,
message
:
data
.
err_msg
,
duration
:
2000
duration
:
2000
});
});
if
(
payload
.
re
re
ferer
)
{
if
(
payload
.
referer
)
{
setTimeout
(
function
()
{
setTimeout
(
function
()
{
window
.
location
.
href
=
decodeURIComponent
(
payload
.
rereferer
)
;
window
.
location
.
href
=
payload
.
referer
;
},
2000
)
},
2000
)
}
else
{
}
else
{
setTimeout
(
function
()
{
setTimeout
(
function
()
{
...
...
view/app.js
View file @
0a990e99
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