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
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2017-01-17 16:03:33 +0800
Commit
38b5faa6b18d718afb2e8b796244aef25d9fe7b9
1 parent
c9300c75
no-uid-or-order-id-no-get-api
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
apps/cart/controllers/pay.js
apps/cart/models/pay.js
apps/cart/controllers/pay.js
View file @
38b5faa
...
...
@@ -3,7 +3,7 @@
* @Author: Targaryen
* @Date: 2017-01-04 15:17:51
* @Last Modified by: Targaryen
* @Last Modified time: 2017-01-1
0 16:43:54
* @Last Modified time: 2017-01-1
7 16:02:22
*/
'use strict'
;
...
...
apps/cart/models/pay.js
View file @
38b5faa
...
...
@@ -53,6 +53,10 @@ const _getOthersBuy2 = (param) => {
// 订单信息
const
_getOtherDetail
=
(
param
)
=>
{
if
(
!
param
.
uid
||
!
param
.
orderCode
)
{
return
Promise
.
resolve
({});
}
return
api
.
get
(
''
,
{
method
:
'app.SpaceOrders.detail'
,
uid
:
param
.
uid
,
...
...
Please
register
or
login
to post a comment