From fa7d999ace7025725433a1a609e7d469c71e6c29 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期一, 07 十一月 2022 15:12:45 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/cstmr/cstmr_more.html |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/webapp/views/cstmr/cstmr_more.html b/src/main/webapp/views/cstmr/cstmr_more.html
index 370f2c2..37ed1d9 100644
--- a/src/main/webapp/views/cstmr/cstmr_more.html
+++ b/src/main/webapp/views/cstmr/cstmr_more.html
@@ -63,7 +63,7 @@
                         鐢佃瘽
                     </div>
                     <div class="header-desc" id="form-tel">
-                        15067665399
+                        &nbsp;
                     </div>
                 </div>
 
@@ -72,7 +72,7 @@
                         璇︾粏鍦板潃
                     </div>
                     <div class="header-desc" id="form-addr">
-                        娌冲寳鐪侀偗閮稿競鍚涢偊涔充笟鏈夐檺鍏徃
+                        &nbsp;
                     </div>
                 </div>
 
@@ -81,7 +81,7 @@
                         璐熻矗浜�
                     </div>
                     <div class="header-desc" id="form-director" style="color: #006fdb;">
-                        闄嗘檽娑�
+                        &nbsp;
                     </div>
                 </div>
             </div>
@@ -229,9 +229,9 @@
                         let cstmr = res.data;
                         top.cstmrByMore = null;
                         $("#form-name").html(cstmr.name);
-                        $("#form-tel").html(cstmr.tel);
-                        $("#form-addr").html(cstmr.addr);
-                        $("#form-director").html(cstmr.director$);
+                        if (cstmr.tel) {$("#form-tel").html(cstmr.tel);}
+                        if (cstmr.addr) {$("#form-addr").html(cstmr.addr);}
+                        if (cstmr.director$) {$("#form-director").html(cstmr.director$);}
                         // 璁惧鏄庣粏
                         form.val('formAdvForm', cstmr);
                         layDateRender();

--
Gitblit v1.9.1