mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改微信图文
This commit is contained in:
parent
58a1b849d8
commit
68e48cafbf
@ -112,7 +112,7 @@
|
||||
<script>
|
||||
$(function () {
|
||||
|
||||
var editDdata = $.parseJSON('{$vo.articles|default=[]|json_encode}');
|
||||
var editDdata = {$vo.articles|default=[]|json_encode};
|
||||
|
||||
for (var i in editDdata) {
|
||||
$('.news-item').eq(i).data('item', editDdata[i]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user