liuzhihui преди 2 години
родител
ревизия
74a740bb18
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      WebUI/CallCenterWeb.UI/CommonHtml/jiaoban.html

+ 2 - 2
WebUI/CallCenterWeb.UI/CommonHtml/jiaoban.html

339
                         }
339
                         }
340
                         //保密工单模糊市民号码
340
                         //保密工单模糊市民号码
341
                         if (content.data[0].F_IsProtect == 0) {
341
                         if (content.data[0].F_IsProtect == 0) {
342
-                        	 var cusPhone = decryptFn(data[0].F_CusPhoneShow)
342
+                        	 var cusPhone = decryptFn(content.data[0].F_CusPhoneShow)
343
                             $(".lxdh").text(cusPhone);
343
                             $(".lxdh").text(cusPhone);
344
                         } else if (content.data[0].F_IsProtect == 1) {
344
                         } else if (content.data[0].F_IsProtect == 1) {
345
-                            var cusPhone = decryptFn(data[0].F_CusPhoneShow)
345
+                            var cusPhone = decryptFn(content.data[0].F_CusPhoneShow)
346
                             var cusPhoneSecret = cusPhone.substr(0, 3) + '****' + cusPhone.substr(7)
346
                             var cusPhoneSecret = cusPhone.substr(0, 3) + '****' + cusPhone.substr(7)
347
                             $(".lxdh").text(cusPhoneSecret);
347
                             $(".lxdh").text(cusPhoneSecret);
348
                         }
348
                         }