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
ccbikai
9 years ago
Commit
eeb2eac1f2fee4f1e067347fef0b0cc3292e88b5
1 parent
512b9b40
依赖修复
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
static/js/product/newsale/discount.js
static/js/product/newsale/newarrival.js
static/js/product/newsale/discount.js
View file @
eeb2eac
...
...
@@ -61,7 +61,7 @@ var $listNav = $('#list-nav'),
navHammer
,
searching
;
require
(
'./suspend-cart'
);
//悬浮购物车
require
(
'.
.
/suspend-cart'
);
//悬浮购物车
if
(
$
(
'.swiper-container .swiper-slide'
).
length
>
1
)
{
swiper
=
new
Swiper
(
'.swiper-container'
,
{
...
...
static/js/product/newsale/newarrival.js
View file @
eeb2eac
...
...
@@ -71,7 +71,7 @@ var $listNav = $('#list-nav'),
navHammer
,
searching
;
require
(
'./suspend-cart'
);
//悬浮购物车
require
(
'.
.
/suspend-cart'
);
//悬浮购物车
$
(
'#today a'
).
text
(
month
+
'月'
+
date
+
'号'
);
...
...
Please
register
or
login
to post a comment