zouyuxuan 5 anos atrás
pai
commit
19f0b33481
1 arquivos alterados com 1 adições e 1 exclusões
  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();