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
lijing
2017-03-10 12:12:34 +0800
Commit
32080b09567fc81111875c86ae448a47dd5f4a4d
1 parent
c7fb9738
未登录调接口bug
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
apps/activity/models/raffle.js
public/js/activity/raffle.page.js
apps/activity/models/raffle.js
View file @
32080b0
...
...
@@ -18,6 +18,9 @@ const _activity = () => {
};
const
_user
=
(
params
)
=>
{
if
(
!
params
.
uid
)
{
return
{};
}
return
api
.
get
(
''
,
{
method
:
'app.passport.profile'
,
uid
:
params
.
uid
...
...
public/js/activity/raffle.page.js
View file @
32080b0
...
...
@@ -335,7 +335,9 @@ $(window).scroll(function() {
});
// 初始化请求第一页数据
getOrders
();
if
(
$
(
'.order-page'
).
length
>
0
)
{
getOrders
();
}
$
(
function
()
{
// 适配背景图
...
...
Please
register
or
login
to post a comment