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({
},
num
:
{
type
:
Number
,
value
:
2
value
:
0
},
shareUid
:
{
type
:
Number
,
...
...
pages/zeroSell/components/action-bar.wxml
View file @
0252115
...
...
@@ -42,7 +42,7 @@
</block>
<block wx:elif="{{status === 7}}">
<view class="action-item over">
待开奖
</view>
<view class="action-item over">
活动已结束
</view>
</block>
</view>
...
...
Please
register
or
login
to post a comment