提交 4a0d8db3 编写于 作者: G gongfuxiang

可视化去除多余分号

上级 1671b8a2
......@@ -1802,7 +1802,7 @@ function FormBackModuleConfigGoodsHandle(data)
var item_html = '';
for(var i in list)
{
item_html += `<li>;
item_html += `<li>
<div class="module-item" style="`+item_style+`">
<a href="`+list[i]['goods_url']+`" target="_blank" class="`+media_fixed.media_container_ent+`" style="`+media_fixed.media_container_style+`">
<img src="`+list[i]['images']+`" alt="`+list[i]['title']+`" class="`+media_fixed.media_ent+`" style="`+media_fixed.media_container_style+`" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册