Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
2016-07-08 14:44:43 +0800
Commit
ca438fc3e30e627442c424954ccfa362f4215982
1 parent
9b01b645
index add require ticket-ensure.js
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
web-static/index.js
web-static/js/order/entry.js
web-static/index.js
View file @
ca438fc
...
...
@@ -36,6 +36,9 @@ require('./js/help/entry');
//订单确认
require
(
'./js/order/ensure'
);
//门票-订单确认
require
(
'./js/order/ticket-ensure'
);
//商品支付
require
(
'./js/shopping/pay'
);
...
...
web-static/js/order/entry.js
deleted
100644 → 0
View file @
9b01b64
/**
* 门票订单确认页不可与ensure.js同用
*/
require
(
'./ticket-ensure'
);
Please
register
or
login
to post a comment