dever 6 年之前
父节点
当前提交
9487d2bb38
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main/assets/mobile/content.html

+ 1 - 1
main/assets/mobile/content.html

@@ -12,7 +12,7 @@
         <{loop($content):}>  
 
         <{if($v['type'] == 1):}>
-        <{$v['content']}>
+        <{str_replace(array('width', 'height'), array('widths', 'heights'), $v['content'])}>
 
         <{elseif($v['type'] == 2):}>