Authored by xuqi

hide phone when update

... ... @@ -190,7 +190,7 @@ function addressDialogFactory(opt, $the) {
updated = {
consignee: consignee,
address: detail,
mobile: mobile,
mobile: mobile.replace(/^(\d{3}).*(\d{4})$/, '$1****$2'),
phone: phone,
area_code: data.data.area_code, // eslint-disable-line
address_id: opt.id,
... ...