zouyuxuan 5 年之前
父节点
当前提交
19f0b33481
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/src/web/templates/manage/loan/show_clue.html

+ 1 - 1
core/src/web/templates/manage/loan/show_clue.html

@@ -276,7 +276,7 @@
             data:{"uid":uid},
             async:false,
             success:function (d) {
-                $("#visit-record").html(d.data[0].visit_msg);
+                $("#visit_record").html(d.data[0].visit_msg);
                 $("#evaluation").html(d.data[0].opinion_msg);
                 $("#classify").html(d.data[0].classify_msg);
                 $(".record").show();