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-06-16 16:06:22 +0800
Commit
1b5562e7d18570cd9f41e7e6810c89d0d69df738
1 parent
a31615bf
秒杀隐藏折扣
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
public/js/product/seckill-detail.page.js
public/scss/product/seckill/seckill-detail.page.css
public/js/product/seckill-detail.page.js
View file @
1b5562e
// 调用秒杀js
$
(
window
).
on
(
'seckill'
,
function
(
event
,
detailData
)
{
require
(
'product/seckill/seckill-detail.page.css'
);
/**
* [秒抢页面js]
...
...
public/scss/product/seckill/seckill-detail.page.css
0 → 100644
View file @
1b5562e
.good-detail-page
{
.goods-discount
{
display
:
none
;
}
}
...
...
Please
register
or
login
to post a comment