Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
unknown
9 years ago
Commit
982bf9fd70403e09140f198b891ea1a620b15508
1 parent
96c9197c
guang detail css js html
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
4 deletions
template/www.yohobuy.com/actions/index/guang/detail.phtml
template/www.yohobuy.com/partials/layout/use.phtml
web-static/sass/guang/_detail.scss
yohobuy/www.yohobuy.com/application/controllers/Guang.php
template/www.yohobuy.com/actions/index/guang/detail.phtml
View file @
982bf9f
...
...
@@ -214,6 +214,9 @@
</div>
</div>
</div>
<div
class=
"right-side detail-side"
>
{
{>
guang/right-side
}
}
</div>
</div>
{
{/
detail
}
}
...
...
template/www.yohobuy.com/partials/layout/use.phtml
View file @
982bf9f
...
...
@@ -38,8 +38,10 @@
<script>
seajs.use('js/guang/detail');
</script>
{{/if}}
{{#if guangListPage}}
<script>
seajs.use('js/guang/list');
</script>
\ No newline at end of file
</script>
{{/if}}
\ No newline at end of file
...
...
web-static/sass/guang/_detail.scss
View file @
982bf9f
...
...
@@ -138,7 +138,7 @@ $icons: sprite-map("guang/detail/icons/*.png", $spacing: 5px);
li
{
float
:
left
;
margin
:
0
15px
;
cursor
:
pointer
;
cursor
:
pointer
;
a
{
position
:
relative
;
display
:
block
;
...
...
yohobuy/www.yohobuy.com/application/controllers/Guang.php
View file @
982bf9f
...
...
@@ -296,7 +296,27 @@ class GuangController extends AbstractAction
'time'
=>
'7小时前'
)
)
)
),
'exRecos'
=>
array
(
array
(
'url'
=>
''
,
'img'
=>
'http://img10.static.yhbimg.com/yhb-img01/2015/06/12/17/01437323c88bc61f26721a2ad91a2ba61a.png?imageView/2/w/640/h/640'
,
'title'
=>
'皇家蓝再现,New Balance 999 Elite文字描述长一点查看文字截取的功能'
)
),
'hotTags'
=>
array
(
array
(
'tagname'
=>
'LEE'
,
'url'
=>
''
)
),
'ads'
=>
array
(
array
(
'url'
=>
''
,
'img'
=>
'http://img13.static.yhbimg.com/taobaocms/2015/06/17/07/0240f288725106b408d8c524b4d0fba4b9.jpg'
)
),
'msgPager'
=>
'<a href="" class="cur"><span>1</span></a><a href=""><span>2</span></a><a href="" title="下一页">下一页<span class="ifont10">></span></a>'
)
);
$this
->
_view
->
display
(
'detail'
,
$data
);
...
...
Please
register
or
login
to post a comment