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
lea guo
6 years ago
Commit
71461a8befd55a5973e806f3dec5f416a375ab09
1 parent
3522cf02
yohood抽奖
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
pages/zeroSell/originalPriceSell.js
pages/zeroSell/originalPriceSell.wxml
pages/zeroSell/originalPriceSell.js
View file @
71461a8
...
...
@@ -74,6 +74,7 @@ Page(
formatTimeList
:
[],
timeId
:
null
,
isCountdownEnd
:
false
,
activityId
:
''
},
/**
...
...
@@ -307,6 +308,7 @@ Page(
this
.
setData
({
product
:
product
,
activityId
:
product
.
id
,
myPrizeCount
:
r1
.
code
===
200
?
r1
.
data
.
myCodeNum
:
0
,
notice
:
JSON
.
parse
(
product
.
notice
||
'{}'
),
lottery
:
JSON
.
parse
(
product
.
lottery_info
||
'{}'
),
...
...
pages/zeroSell/originalPriceSell.wxml
View file @
71461a8
...
...
@@ -40,7 +40,7 @@
</block>
</view>
<view class="action-bar">
<action-bar activity-status="{{product.status}}" format-timeList="{{formatTimeList}}" is-login="{{isLogin}}" status="{{actionStatus}}" num="{{myPrizeCount}}" share-uid="{{shareUid}}" act-id="{{act
Prize
Id}}" bindchangeStatus="changeActionStatus" bindshare="share" copyText="{{lottery.miniappCopy}}" text="{{lottery.miniappTip}}" bindgaincodesuccess="reportSuccess" type="{{lottery.miniappType}}"></action-bar>
<action-bar activity-status="{{product.status}}" format-timeList="{{formatTimeList}}" is-login="{{isLogin}}" status="{{actionStatus}}" num="{{myPrizeCount}}" share-uid="{{shareUid}}" act-id="{{act
ivity
Id}}" bindchangeStatus="changeActionStatus" bindshare="share" copyText="{{lottery.miniappCopy}}" text="{{lottery.miniappTip}}" bindgaincodesuccess="reportSuccess" type="{{lottery.miniappType}}"></action-bar>
</view>
<view class="foot"></view>
<import src="../../vendors/zanui/toast/index.wxml" />
...
...
Please
register
or
login
to post a comment