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
Lynnic
2015-11-13 15:37:18 +0800
Commit
7ccb30d2ca3d45bf82638f63c8ae0e0db27b3a5f
1 parent
e5569a46
changed the name of conflicted function
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
7 deletions
static/img/product/material.png
template/m.yohobuy.com/actions/product/detail/index.phtml
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Detail.php
static/img/product/material.png
0 → 100644
View file @
7ccb30d
21.6 KB
template/m.yohobuy.com/actions/product/detail/index.phtml
View file @
7ccb30d
...
...
@@ -176,16 +176,21 @@
</div>
<div
class=
"gap-block"
></div>
<div
class=
"size-info page-block"
>
{
{#materials
}
}
<div
class=
"materials page-block"
>
<h
1
class=
"title"
>
商品材质
<span
class=
"en-title"
>SIZE
INFO</span>
{
{title
}
}
<span
class=
"en-title"
>
{
{enTitle
}
}</span>
</h
1
>
<div
class=
"detail"
>
<img
src=
"{{img}}"
alt=
""
>
<p
class=
"material-desc"
>
{
{desc
}
}
</p>
</div>
</div>
{
{/materials
}
}
<div
class=
"gap-block"
></div>
...
...
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Detail.php
View file @
7ccb30d
...
...
@@ -165,8 +165,10 @@ SHOE BQT KEN BLOCK',
)
),
'meterials'
=>
array
(
'img'
=>
''
,
'materials'
=>
array
(
'title'
=>
'商品材质'
,
'enTitle'
=>
'MATERIALS'
,
'img'
=>
'http://static.dev.yohobuy.com/img/product/material.png'
,
'desc'
=>
'用各种洗涤剂,可手洗机洗,但不宜氯漂,宜阴干,避免曝晒,以免深色衣物褪色,在日光下晾晒时,将里面朝外。浸泡时间不能太长,避免褪色,深色与浅色衣服最好请分开洗涤,避免染色。'
),
...
...
Please
register
or
login
to post a comment