Commit 4bf71b42091cba0104c78a6a0a3ad9f7601b03fa
1 parent
19a48f7a
助力首页
Showing
3 changed files
with
4 additions
and
5 deletions
pages/user/assistance/assistance.js
| @@ -133,8 +133,7 @@ Page({ | @@ -133,8 +133,7 @@ Page({ | ||
| 133 | }) | 133 | }) |
| 134 | } | 134 | } |
| 135 | } else { | 135 | } else { |
| 136 | - | ||
| 137 | - getApp().showWarning("暂无更多内容", 0); | 136 | + // getApp().my_warnning(res.data.msg, 0, th); |
| 138 | th.setData({ | 137 | th.setData({ |
| 139 | is_show_more: 1, | 138 | is_show_more: 1, |
| 140 | page: page | 139 | page: page |
pages/user/assistance/assistance.wxml
| @@ -15,9 +15,8 @@ | @@ -15,9 +15,8 @@ | ||
| 15 | <image class="gift" src="{{zl_act.imageUrl==''?iurl+'miniapp/images/friendhelp/gift.png':iurl+zl_act.imageUrl}}" lazy-load="true"></image> | 15 | <image class="gift" src="{{zl_act.imageUrl==''?iurl+'miniapp/images/friendhelp/gift.png':iurl+zl_act.imageUrl}}" lazy-load="true"></image> |
| 16 | </view> | 16 | </view> |
| 17 | <view class="flex-center fs26 time"> | 17 | <view class="flex-center fs26 time"> |
| 18 | - <view>活动时间:</view> | ||
| 19 | - <view>{{filter_s.format_time(zl_act.beginDate,0)}} 至 {{filter_s.format_time(zl_act.endDate,0)}} | ||
| 20 | - </view> | 18 | + <view>活动时间:{{filter_s.format_time(zl_act.beginDate,0)}} 至 {{filter_s.format_time(zl_act.endDate,0)}}</view> |
| 19 | + | ||
| 21 | </view> | 20 | </view> |
| 22 | <view class="flex-center" bindtap="go_task"> | 21 | <view class="flex-center" bindtap="go_task"> |
| 23 | <view class="flex-center take"> | 22 | <view class="flex-center take"> |