caipin 5 years ago
parent
commit
89658ca9ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      global/js/cloud/buildHtml.js

+ 1 - 1
global/js/cloud/buildHtml.js

@@ -39,7 +39,7 @@ function buildCuringInfo(data){
 
     var html=' ' +
         ' <div class="form-header">' +
-        ' <div class="d-flex justify-content-between"><span class="text-muted">通行账号</span></div> ' ;
+        ' <div class="d-flex justify-content-between"><span class="text-muted">养护用户</span></div> ' ;
 
     if(data.mobile==''){
         html+='<legend>'+setUndefined(data.email)+'</legend> ';