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
肖亚东
6 years ago
Commit
fa61bdc8d9e4783c20b490286752a6a8d3b59c78
1 parent
f2884402
tab切修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
pages/zeroSell/index.wxml
pages/zeroSell/index.wxml
View file @
fa61bdc
...
...
@@ -28,6 +28,7 @@
<!-- 首页改版,tabIndex=3的已参加一栏取消,改为点击我的抽奖码进入 2019.6.20 -->
<!-- <tabs-pane name="已参加"> -->
<block wx:if="{{tabIndex == 3}}">
<block wx:if="{{isLogin}}">
<view class="title-view">
<view class="space-line"></view>
...
...
@@ -47,8 +48,7 @@
<text class="title">已公布</text>
</view>
<block wx:if="{{my_zero_list[1].data && my_zero_list[1].data.length === 0}}">
<view class="list-foot-blank">暂无已公布活动,请继续参加活动
</view>
<view class="list-foot-blank">暂无已公布活动,请继续参加活动</view>
</block>
<block wx:else>
<block wx:for="{{my_zero_list[1].data}}" wx:key="{{index}}">
...
...
@@ -60,6 +60,8 @@
<login theme="light" openType="{{openType}}"></login>
</block>
<!-- </tabs-pane> -->
</block>
<block wx:if="{{tabIndex !== 3}}">
<view class="list-foot-blank">{{footText}}</view>
</block>
...
...
Please
register
or
login
to post a comment