Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
2015-12-16 19:00:34 +0800
Commit
66bf855dba95f97f3c2e24cd9e3ddcebb49c796c
1 parent
adfb5e4c
取消订单进入订单列表页面
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/me/order-detail.js
static/js/me/order-detail.js
View file @
66bf855
...
...
@@ -80,7 +80,7 @@ optHammer.on('tap', function(e) {
}
else
{
tip
.
show
(
res
.
message
||
'网络错误'
);
}
window
.
location
.
reload
()
;
window
.
location
.
href
=
'/home/orders'
;
}).
fail
(
function
()
{
tip
.
show
(
'网络错误'
);
});
...
...
Please
register
or
login
to post a comment