Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
郭成尧
7 years ago
Commit
aa0edabfa42b22bfc68c544669394b36373e19b2
2 parents
6c1b2d22
22594465
Merge branch 'hotfix/iddecode' into 'gray'
id-if See merge request
!1074
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/models/address.js
apps/home/models/address.js
View file @
aa0edab
...
...
@@ -55,7 +55,7 @@ module.exports = class extends global.yoho.BaseModel {
return
this
.
get
({
data
:
{
method
:
params
.
id
?
'app.address.update'
:
'app.address.add'
,
id
:
_
.
parseInt
(
params
.
id
)
,
id
:
params
.
id
?
_
.
parseInt
(
params
.
id
)
:
null
,
address
:
params
.
address
,
area_code
:
params
.
area_code
,
consignee
:
params
.
consignee
,
...
...
Please
register
or
login
to post a comment