Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
7 years ago
Commit
618fcb25cd7080d153367f3c54b9baadecbe78e5
1 parent
79b08c6e
mobile
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/cart/models/order-ensure.js
apps/cart/models/order-ensure.js
View file @
618fcb2
...
...
@@ -100,7 +100,7 @@ module.exports = class extends global.yoho.BaseModel {
}
if
(
result
[
1
].
code
===
200
)
{
_
.
set
(
resData
,
'data.userMobile'
,
_
.
get
(
result
[
1
],
'data.
verify_
mobile'
));
_
.
set
(
resData
,
'data.userMobile'
,
_
.
get
(
result
[
1
],
'data.mobile'
));
}
...
...
Please
register
or
login
to post a comment