Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
liangxs
2016-05-16 10:19:03 +0800
Commit
bba2fac062336a96166934390281e5eb4cc6503c
2 parents
6fc45302
0b1ada35
Merge branch 'feature/orders' of
http://git.dev.yoho.cn/web/yohobuywap
into feature/orders
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
static/js/me/address-modify.js
static/js/me/address-modify.js
View file @
bba2fac
...
...
@@ -46,6 +46,7 @@ $confimMod.on('touchend', '.cancel', function(e) {
res
=
{};
}
if
(
res
.
code
!==
200
)
{
$confimMod
.
fadeOut
();
tip
.
show
(
res
.
message
||
'网络出了点问题~'
);
}
else
{
window
.
location
.
href
=
'/home/orderdetail?order_code='
+
orderCode
;
...
...
Please
register
or
login
to post a comment