Commit 10534ca9b1ac3473e0f86cb9f726791e6b94bb0b

Authored by 后端开发-许程
1 parent 23f0d6c8

助力选中任务的修改

pages/user/assistance/task_assistance.wxml
... ... @@ -58,7 +58,7 @@
58 58  
59 59 </view>
60 60 <!-- 底部列表 -->
61   -<view style="margin-top:{{is_user_task!=null?100:50}}rpx">
  61 +<view style="margin-top:{{is_user_task!=null?130:35}}rpx">
62 62 <!-- 标题 -->
63 63  
64 64 <view class="flex-vertical-between fs28 padding head">
... ... @@ -142,9 +142,7 @@
142 142 <view class="line"></view>
143 143 </view>
144 144 <view class="flex-center white" style="margin-top: 20rpx;" wx:if="{{usercount>0}}">
145   - <view>已有</view>
146   - <view>{{usercount}}</view>
147   - <view>人领取了任务</view>
  145 + <view>已有{{usercount}}人领取了任务</view>
148 146 </view>
149 147 </view>
150 148  
... ...
pages/user/assistance/task_assistance.wxss
... ... @@ -8,7 +8,7 @@ page {
8 8  
9 9 .top-back {
10 10 width: 100%;
11   - height: 60%;
  11 + height:70%;
12 12 background-repead: no-repead;
13 13 background-size: 100% 100%;
14 14 }
... ... @@ -36,7 +36,7 @@ page {
36 36 }
37 37  
38 38 .task-number {
39   - margin-top: 50rpx;
  39 + margin-top: 35rpx;
40 40 }
41 41  
42 42 .task_clike {
... ...