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
毕凯
2017-04-10 12:20:25 +0800
Commit
fbb83f231e386db331901de9d447907bfb08e612
2 parents
c9c7963e
7c4b4b00
Merge branch 'hotfix/raffleErr' into 'release/5.6'
uid异常不调接口 See merge request
!464
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
apps/activity/models/raffle.js
apps/activity/models/raffle.js
View file @
fbb83f2
...
...
@@ -199,6 +199,9 @@ const _assignExpressInfo = (showLogistics, order) => {
* @param params
*/
const
_getOrderData
=
(
params
)
=>
{
if
(
!
params
.
uid
)
{
return
Promise
.
resolve
({});
}
return
service
.
get
(
'/activity/lottery/getValidOrderList'
,
{
page
:
params
.
page
,
limit
:
100
,
...
...
Please
register
or
login
to post a comment