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
biao
2016-08-11 11:14:54 +0800
Commit
dbe8ae2ddcd0a125ea7c406320d3f53c0c8a43d6
1 parent
4d22d902
update for edit order
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/me/models/order.js
apps/me/models/order.js
View file @
dbe8ae2
...
...
@@ -590,7 +590,7 @@ const editOrder = data => {
user_name
:
data
.
userName
,
area_code
:
data
.
areaCode
,
address
:
data
.
address
,
mobile
:
data
.
mobile
,
mobile
:
data
.
mobile
||
''
,
phone
:
data
.
phone
,
app_type
:
1
});
...
...
Please
register
or
login
to post a comment