Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-luck
·
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
huangyi
2019-01-08 16:25:50 +0800
Commit
9d822583f958b702f570def0a6fe6b771392719c
1 parent
0659f6ca
修改弹框bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/zeroSell/detail.js
pages/zeroSell/detail.js
View file @
9d82258
...
...
@@ -358,7 +358,7 @@ Page(Object.assign({
show
:
true
,
snapData
,
notice
:
JSON
.
parse
(
product
.
notice
||
'{}'
),
lottery
:
JSON
.
parse
(
product
.
lottery_info
||
{}
)
lottery
:
JSON
.
parse
(
product
.
lottery_info
||
'{}'
)
});
this
.
_setActionStatus
();
...
...
Please
register
or
login
to post a comment