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
郭成尧
2017-04-21 13:38:23 +0800
Commit
38473aca8d986a3565b7d8ba5a14becdc658b739
1 parent
7adb943e
seckillgoods
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
0 deletions
public/hbs/product/seckill/index.hbs
public/js/product/seckill.page.js
public/js/product/seckill/goods-list.js
public/hbs/product/seckill/index.hbs
View file @
38473ac
...
...
@@ -18,4 +18,7 @@
<li>
活动最终解释权归YOHO!BUY有货所有
</li>
</ol>
</section>
<div
id=
"goodsContainer"
class=
"goods-container"
>
<div
class=
"default-goods container clearfix"
></div>
</div>
</div>
...
...
public/js/product/seckill.page.js
View file @
38473ac
...
...
@@ -466,3 +466,5 @@ window.seckillRefresh = function() {
$
(
function
()
{
seckillObj
.
init
();
});
require
(
'./seckill/goods-list'
);
...
...
public/js/product/seckill/goods-list.js
0 → 100644
View file @
38473ac
/*
* @Author: Targaryen
* @Date: 2017-04-21 13:36:34
* @Last Modified by: Targaryen
* @Last Modified time: 2017-04-21 13:38:09
*/
const
$
=
require
(
'yoho-jquery'
);
let
$goodsContainer
=
$
(
'#goodsContainer'
);
console
.
log
(
$goodsContainer
);
...
...
Please
register
or
login
to post a comment