Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
9 years ago
Commit
0471aef1f01647c721d91cd0b855db445334e009
1 parent
7ac7569e
hide phone when update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/shopping/order/address.js
public/js/shopping/order/address.js
View file @
0471aef
...
...
@@ -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
,
...
...
Please
register
or
login
to post a comment