Authored by unknown

guang detail css js html

@@ -214,6 +214,9 @@ @@ -214,6 +214,9 @@
214 </div> 214 </div>
215 </div> 215 </div>
216 </div> 216 </div>
  217 + <div class="right-side detail-side">
  218 + {{> guang/right-side}}
  219 + </div>
217 </div> 220 </div>
218 {{/ detail}} 221 {{/ detail}}
219 222
@@ -38,8 +38,10 @@ @@ -38,8 +38,10 @@
38 <script> 38 <script>
39 seajs.use('js/guang/detail'); 39 seajs.use('js/guang/detail');
40 </script> 40 </script>
  41 +{{/if}}
41 42
42 {{#if guangListPage}} 43 {{#if guangListPage}}
43 <script> 44 <script>
44 seajs.use('js/guang/list'); 45 seajs.use('js/guang/list');
45 </script> 46 </script>
  47 +{{/if}}
@@ -296,7 +296,27 @@ class GuangController extends AbstractAction @@ -296,7 +296,27 @@ class GuangController extends AbstractAction
296 'time' => '7小时前' 296 'time' => '7小时前'
297 ) 297 )
298 ) 298 )
  299 + ),
  300 + 'exRecos' => array(
  301 + array(
  302 + 'url' => '',
  303 + 'img' => 'http://img10.static.yhbimg.com/yhb-img01/2015/06/12/17/01437323c88bc61f26721a2ad91a2ba61a.png?imageView/2/w/640/h/640',
  304 + 'title' => '皇家蓝再现,New Balance 999 Elite文字描述长一点查看文字截取的功能'
  305 + )
  306 + ),
  307 + 'hotTags' => array(
  308 + array(
  309 + 'tagname' => 'LEE',
  310 + 'url' => ''
  311 + )
  312 + ),
  313 + 'ads' => array(
  314 + array(
  315 + 'url' => '',
  316 + 'img' => 'http://img13.static.yhbimg.com/taobaocms/2015/06/17/07/0240f288725106b408d8c524b4d0fba4b9.jpg'
299 ) 317 )
  318 + ),
  319 + 'msgPager' => '<a href="" class="cur"><span>1</span></a><a href=""><span>2</span></a><a href="" title="下一页">下一页<span class="ifont10">&gt;</span></a>'
300 ) 320 )
301 ); 321 );
302 $this->_view->display('detail', $data); 322 $this->_view->display('detail', $data);