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
Plain Diff
Browse Files
Authored by
梁志锋
2016-01-19 17:50:14 +0800
Commit
6597d0cd5d7d6e9f33ef0304e3f763ca0aebe462
2 parents
1c86ca9a
153e1c92
Merge remote-tracking branch 'origin/develop' into beta
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
static/js/cart/chose-panel.js
static/sass/category/_brand.scss
static/js/cart/chose-panel.js
View file @
6597d0c
...
...
@@ -146,12 +146,13 @@ function changeSizeChosed(newSizeIndex) {
$curSizeBlock
=
$
(
sizes
[
i
]);
queryString
=
'#'
+
$curSizeBlock
.
data
(
'name'
);
curColorIndex
=
$
(
queryString
).
data
(
'index'
);
}
}
$curSizeBlock
.
addClass
(
'chosed'
);
return
$curSizeBlock
.
data
(
'num'
);
}
}
$curSizeBlock
=
null
;
return
0
;
}
return
0
;
}
...
...
static/sass/category/_brand.scss
View file @
6597d0c
...
...
@@ -127,7 +127,7 @@
.cancel-btn
{
display
:
inline
;
font-size
:
32
rem
/
$pxConvertRem
;
font-size
:
28
rem
/
$pxConvertRem
;
vertical-align
:
middle
;
}
...
...
Please
register
or
login
to post a comment