@@ -32,7 +32,7 @@
<{loop($content):}>
<{if($v['type'] == 1):}>
<{if(isset($v['content'])):}>
- <{$v['content']}>
+ <{str_replace(array('width', 'height'), array('widths', 'heights'), $v['content'])}>
<{endif}>
<{elseif($v['type'] == 2):}>
@@ -17,7 +17,7 @@
<div class="rich-wrapper">
<!--视频-->
@@ -12,7 +12,7 @@
@@ -76,7 +76,7 @@ class View extends Core
}
*/
- if ($this->source_type == 'ios') {
+ if ($this->source_type == 'ioss') {
$source = Dever::db('source/info')->one(1);
$this->data['info']['share_link'] = $source['code'];
} else {