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
邱骏
2019-03-06 14:27:37 +0800
Commit
4a2d1f9d0e2f05e40d5d2d372a122800e4a2b802
1 parent
35de6351
去掉console
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
public/js/activity/yoluck-list.page.js
public/js/activity/yoluck/lottery.js
public/js/activity/yoluck-list.page.js
View file @
4a2d1f9
...
...
@@ -201,7 +201,6 @@ function onReachBottom(type) {
function
fellow
(
id
,
lottery
)
{
let
info
=
prizeListStore
.
get
(
id
);
console
.
log
(
info
);
let
lotteryInfo
;
if
(
info
&&
info
.
lotteryInfo
)
{
...
...
public/js/activity/yoluck/lottery.js
View file @
4a2d1f9
...
...
@@ -14,7 +14,6 @@ class Lottery {
}
print
(
lottery
)
{
console
.
log
(
lottery
);
if
(
!
this
.
$list
.
length
)
{
return
;
}
...
...
Please
register
or
login
to post a comment