提交 d92e0348 编写于 作者: D Devil

商品异步请求扩展参数替换优化

上级 4badf303
......@@ -240,7 +240,7 @@ function GoodsSpecDetailBackHandle(data)
{
if((extends_element[i]['element'] || null) != null && extends_element[i]['content'] !== null)
{
$(extends_element[i]['element']).html(extends_element[i]['content']);
$(extends_element[i]['element']).prop('outerHTML', extends_element[i]['content']);
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册