Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
郭成尧
2017-03-16 15:46:51 +0800
Commit
fe7011ea140dcdfb331ec48f666cc8aede6ba73a
2 parents
8e4e85e1
2cd21e17
Merge branch 'feature/refundApply' into release/5.5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/home/order-address-modify.page.js
public/js/home/order-address-modify.page.js
View file @
fe7011e
...
...
@@ -45,7 +45,7 @@ $btnSure.on('click', function() {
}
location
.
href
=
document
.
referrer
;
}
else
{
tip
.
show
(
'系统错误,请重试!'
);
tip
.
show
(
(
result
&&
result
.
message
)
||
'系统错误,请重试!'
);
}
});
});
...
...
Please
register
or
login
to post a comment