Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
梁志锋
9 years ago
Commit
2324dd696c124e8987d2723df96ea561ba73ee2f
1 parent
0fbd9dfe
尺码颜色优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
template/m.yohobuy.com/partials/cart/chose-panel.phtml
template/m.yohobuy.com/partials/cart/chose-panel.phtml
View file @
2324dd6
...
...
@@ -20,7 +20,7 @@
<div
class=
"color-list block-list"
>
<span>颜色</span>
{
{#
colors
}
}
<ul
class=
"size-row clearfix {{#unless @first}}hide{{/if}}"
>
<ul
id=
"{{sizeName}}"
data-index=
"{{@index}}"
class=
"size-row clearfix {{#unless @first}}hide{{/if}}"
>
{
{#
color
}
}
<li
class=
"block {{#if chosed}}chosed{{/if}} {{#unless colorNum}}zero-stock{{/unless}}"
data-num=
"{{colorNum}}"
>
{
{name
}
}
...
...
@@ -34,7 +34,7 @@
{
{#
sizes
}
}
<ul
class=
"size-row clearfix {{#unless @first}}hide{{/if}}"
>
{
{#
size
}
}
<li
class=
"block {{#if chosed}}chosed{{/if}} {{#unless sizeNum}}zero-stock{{/unless}}"
data-num=
"{{sizeNum}}"
data-skuid=
"{{skuId}}"
>
<li
class=
"block {{#if chosed}}chosed{{/if}} {{#unless sizeNum}}zero-stock{{/unless}}"
data-num=
"{{sizeNum}}"
data-
name=
"{{name}}"
data-
skuid=
"{{skuId}}"
>
{
{name
}
}
</li>
{
{/
size
}
}
...
...
Please
register
or
login
to post a comment