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
yyq
9 years ago
Commit
00d7cb3a78b9e4e07723a6772fb13f7dab5171ea
1 parent
472cd8e4
修复换货尺码显示异常问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
template/www.yohobuy.com/actions/home/returns/returns-apply.phtml
template/www.yohobuy.com/actions/home/returns/returns-apply.phtml
View file @
00d7cb3
...
...
@@ -72,7 +72,7 @@
{
{#
colorSize
}
}
<ul
class=
"sizeinfo"
data-id=
"{{goodsId}}"
>
{
{#each
sizeList
}
}
<li
data-id=
{
{product_sku
}
}
data-name=
{
{size_name
}
}
></li>
<li
data-id=
"{{product_sku}}"
data-name=
"{{size_name}}"
></li>
{
{/each
}
}
</ul>
{
{/
colorSize
}
}
...
...
Please
register
or
login
to post a comment