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
Lynnic
9 years ago
Commit
798b4fc5fbebf0253c7c570a97b6cd06112a10e1
2 parents
577cebf9
0599b609
Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into develop
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
9 deletions
docs/data-structure.md
template/m.yohobuy.com/actions/product/detail/consultform.phtml
template/m.yohobuy.com/partials/product/product_description.phtml
docs/data-structure.md
View file @
798b4fc
...
...
@@ -1178,14 +1178,23 @@
]
}
},
'materials' : {
'title' : '商品材质',
'enTitle' : '',
'img' : '',
'desc' : '用各种洗涤剂',
'materialType' : ''
},
'materials' : {
'title' : '商品材质',
'enTitle' : '',
'img' : '',
'desc' : '用各种洗涤剂',//remark
},
'washTips' : {
'list' : [
{
"caption":"不可干洗",
"img":"http://static.yohobuy.com/images/wash_5.png"
}
]
}
'productDetail' : {
'title' : '商品详情',
...
...
template/m.yohobuy.com/actions/product/detail/consultform.phtml
View file @
798b4fc
{
{>
layout/header
}
}
<div
class=
"consult-form-page"
>
<form
class=
"consult-form"
>
<textarea>这款衣服有WS吗?</textarea>
...
...
template/m.yohobuy.com/partials/product/product_description.phtml
View file @
798b4fc
...
...
@@ -111,6 +111,16 @@
</div>
{
{/materials
}
}
{
{#washTips
}
}
<div
class=
"icons-wrapper washTips page-block"
>
<ul
class=
"icons-list clearfix"
>
{
{#list
}
}
<li
class=
"icons-item"
><a
href=
"{{url}}"
class=
"imagebar"
><img
src=
"{{img}}"
alt=
""
></a><a
href=
"{{url}}"
class=
"linkbar"
>
{
{title
}
}</a></li>
{
{/list
}
}
</ul>
</div>
{
{/washTips
}
}
<div
class=
"gap-block"
></div>
{
{#productDetail
}
}
...
...
Please
register
or
login
to post a comment