Commit b8441dc421bc8319521665bb85fa71ce4c7d9116
1 parent
9fa4a793
助力优化
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/assistance/task_assistance.wxml
... | ... | @@ -141,7 +141,7 @@ |
141 | 141 | <view class="load white" bindtap="user_task_list">点击加载更多</view> |
142 | 142 | <view class="line"></view> |
143 | 143 | </view> |
144 | - <view class="flex-center white" style="margin-top: 20rpx;"> | |
144 | + <view class="flex-center white" style="margin-top: 20rpx;" wx:if="{{usercount>0}}"> | |
145 | 145 | <view>已有</view> |
146 | 146 | <view>{{usercount}}</view> |
147 | 147 | <view>人领取了任务</view> | ... | ... |