Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
2016-08-08 15:07:42 +0800
Commit
feda4b389bbf021f17ecfc81121f18f690b5a6c1
1 parent
aca1a4b1
update for ie8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
public/js/me/order.page.js
public/js/me/order/cancel-order.js
public/js/me/order.page.js
View file @
feda4b3
...
...
@@ -41,6 +41,7 @@ var typeMap = {
};
require
(
'../common/foreach-polyfill'
);
require
(
'../common/bind-polyfill'
);
// 个人中心共用代码加载
require
(
'./me'
);
...
...
public/js/me/order/cancel-order.js
View file @
feda4b3
...
...
@@ -2,6 +2,8 @@ var dialog = require('../../plugins/dialog');
var
_dialog
=
dialog
.
Dialog
;
var
_alert
=
dialog
.
Alert
;
require
(
'../../common/foreach-polyfill'
);
// 添加.check方法
require
(
'../../plugins/check'
);
...
...
Please
register
or
login
to post a comment