|
|
|
|
|
|
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
|
}
|