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
李奇
2019-02-22 11:39:09 +0800
Commit
0252115ad8cfe88f078980f55253de9629b9cf20
1 parent
93e48d95
修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
pages/zeroSell/components/action-bar.js
pages/zeroSell/components/action-bar.wxml
pages/zeroSell/components/action-bar.js
View file @
0252115
@@ -19,7 +19,7 @@ Component({
@@ -19,7 +19,7 @@ Component({
19
},
19
},
20
num
:
{
20
num
:
{
21
type
:
Number
,
21
type
:
Number
,
22
-
value
:
2
22
+
value
:
0
23
},
23
},
24
shareUid
:
{
24
shareUid
:
{
25
type
:
Number
,
25
type
:
Number
,
pages/zeroSell/components/action-bar.wxml
View file @
0252115
@@ -42,7 +42,7 @@
@@ -42,7 +42,7 @@
42
</block>
42
</block>
43
43
44
<block wx:elif="{{status === 7}}">
44
<block wx:elif="{{status === 7}}">
45
-
<view class="action-item over">
待开奖
</view>
45
+
<view class="action-item over">
活动已结束
</view>
46
</block>
46
</block>
47
</view>
47
</view>
48
48
Please
register
or
login
to post a comment