|
@@ -35,6 +35,11 @@ $view
|
|
|
'em' => array
|
|
|
(
|
|
|
'class' => 'a iconfont icon-play',
|
|
|
+ 'data-title' => '$v.name',
|
|
|
+ 'data-subtitle' => '$v.desc',
|
|
|
+ 'data-desc' => '$v.info',
|
|
|
+ 'data-by' => '$v.pdate_string',
|
|
|
+ 'data-url' => '$v.video_link',
|
|
|
),
|
|
|
),
|
|
|
|
|
@@ -66,6 +71,11 @@ $view
|
|
|
'em' => array
|
|
|
(
|
|
|
'class' => 'a iconfont icon-play',
|
|
|
+ 'data-title' => '$v.name',
|
|
|
+ 'data-subtitle' => '$v.desc',
|
|
|
+ 'data-desc' => '$v.info',
|
|
|
+ 'data-by' => '$v.pdate_string',
|
|
|
+ 'data-url' => '$v.video_link',
|
|
|
),
|
|
|
),
|
|
|
|