Commit 8b81e0045d9a007337945cd107b2c5afcd0a92f8

Authored by 后端开发-许程
1 parent 18e2b985

助力优化

pages/user/assistance/task_assistance.wxml
... ... @@ -7,9 +7,7 @@
7 7 {{aitem[sw_index].helpTaskName}}
8 8 </view>
9 9 <view class="activity-data t-c fs28 white">
10   - 活动剩余时间:<text class='tui-conutdown-box'> {{djs.day}}</text>:
11   - <text class='tui-conutdown-box'>{{djs.hou}}</text>:<text class='tui-conutdown-box'>{{djs.min}}</text>:
12   - <text class='tui-conutdown-box tui-countdown-bg'>{{djs.sec}}</text>
  10 + 活动剩余时间:<text class='tui-conutdown-box'> {{aitem[0].djs.day}}</text>:<text class='tui-conutdown-box'>{{aitem[0].djs.hou}}</text>:<text class='tui-conutdown-box'>{{aitem[0].djs.min}}</text>:<text class='tui-conutdown-box tui-countdown-bg'>{{aitem[0].djs.sec}}</text>
13 11 </view>
14 12 </view>
15 13 <!-- 图片的轮播图 -->
... ... @@ -85,9 +83,17 @@
85 83 </view>
86 84  
87 85 </view>
  86 +
  87 + <view class="fs30" wx:if="{{user_task_list==null || user_task_list==''}}">
  88 + <view class="flex-center nothing white">
  89 + <view>暂无任务记录</view>
88 90 </view>
89 91 </view>
  92 + </view>
90 93  
  94 +
  95 + </view>
  96 +
91 97  
92 98 <view class="items" wx:if="{{is_task==1}}">
93 99 <block wx:if="{{ dismantle!=null|| dismantle!=''}}">
... ... @@ -113,11 +119,7 @@
113 119 </view>
114 120  
115 121 </view>
116   - <view class="fs30" wx:if="{{user_task_list==null || user_task_list==''}}">
117   - <view class="flex-center nothing white">
118   - <view>暂无任务记录</view>
119   - </view>
120   - </view>
  122 +
121 123  
122 124 </view>
123 125 <!-- 加载更多 -->
... ...