zouyuxuan 5 years ago
parent
commit
19f0b33481
1 changed files with 1 additions and 1 deletions
  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();