Commit 037851e7 authored by Hsinli's avatar Hsinli

add

parent 4a4b38a5
...@@ -60,7 +60,7 @@ class BlacklistService extends Service { ...@@ -60,7 +60,7 @@ class BlacklistService extends Service {
phone: reportData.phone.substring(0, 3) + '****' + reportData.phone.substring(7, 11),//手机号(只展示前三位和后四位) phone: reportData.phone.substring(0, 3) + '****' + reportData.phone.substring(7, 11),//手机号(只展示前三位和后四位)
age: reportData.age, age: reportData.age,
id_card: reportData.id_card.substring(0, 3) + '**********' + reportData.id_card.substring(15, 18),//身份证号(只展示前四位和后四位) id_card: reportData.id_card.substring(0, 3) + '**********' + reportData.id_card.substring(15, 18),//身份证号(只展示前四位和后四位)
city: reportData.city,//城市(省-市) city: reportData.city || '--',//城市(省-市)
expire_time: moment(reportData.created_at).add(30, 'days').format('YYYY-MM-DD'),//报告有效期为报告生成日期往后推30天 expire_time: moment(reportData.created_at).add(30, 'days').format('YYYY-MM-DD'),//报告有效期为报告生成日期往后推30天
}, },
blacklist: { blacklist: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment