Commit 4bf71b42091cba0104c78a6a0a3ad9f7601b03fa

Authored by 后端开发-许程
1 parent 19a48f7a

助力首页

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">
pages/user/assistance/assistance.wxss
@@ -2,6 +2,7 @@ page { @@ -2,6 +2,7 @@ page {
2 background-color: rgb(208, 17, 25); 2 background-color: rgb(208, 17, 25);
3 width: 100%; 3 width: 100%;
4 height: 100%; 4 height: 100%;
  5 +
5 } 6 }
6 7
7 .lumi { 8 .lumi {