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
Email Patches
Plain Diff
Browse Files
Authored by
lijing
2017-03-09 18:26:06 +0800
Commit
73946700ac07eebe547730a62a0bab0f38dd2e77
1 parent
076c6b06
秒杀商品详情页公用商品详情页js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/product/seckill-detail.page.js
public/js/product/seckill-detail.page.js
View file @
7394670
@@ -3,6 +3,6 @@ $(window).on('seckill', function() {
@@ -3,6 +3,6 @@ $(window).on('seckill', function() {
3
require
(
'./tick'
);
3
require
(
'./tick'
);
4
});
4
});
5
5
6
-
// 调用新
秒杀
详情页js
6
+
// 调用新
商品
详情页js
7
require
(
'./new-detail'
);
7
require
(
'./new-detail'
);
8
8
Please
register
or
login
to post a comment