sunxf пре 2 година
родитељ
комит
8fb01ad184
3 измењених фајлова са 16 додато и 5 уклоњено
  1. 8 3
      pages/my/index.less
  2. 2 2
      pages/my/index.wxml
  3. 6 0
      pages/my/index.wxss

+ 8 - 3
pages/my/index.less

@@ -312,7 +312,11 @@
                     }
                 }
             }
-
+            .taskRightBox{
+                display: flex;
+                flex-direction: column;
+                align-items:flex-end;/*  */
+            }
             .taskRight {
                 width: 138rpx;
                 text-align: center;
@@ -341,8 +345,9 @@
             border: none;
         }
     }
-    .eid{
-        margin-top:30rpx;
+
+    .eid {
+        margin-top: 30rpx;
         font-size: 26rpx;
         text-align: center;
         color: rgb(156, 155, 155);

+ 2 - 2
pages/my/index.wxml

@@ -82,7 +82,7 @@
                     {{productVip.title}}
                 </view>
                 <view class="pLcontent vipContent">
-                    {{vipTime?filters.formatDate(vipTime)+'过期':'购买VIP会员,即可畅读全部资源'}}
+                    {{vipTime?filters.formatDate(vipTime)+'过期':'购买VIP会员,即可有权使用全部资源'}}
                 </view>
             </view>
             <view class="payRight vipBtn" bindtap="toBuy" data-type="{{productVip.id}}">
@@ -145,7 +145,7 @@
                 <view class="taskRight {{tasks[2].completed?'taskRight-close':''}}" bindtap="rewardedVideo">去观看
                 </view>
                 <view class="taskSurplus">
-                    剩余次数:{{tasks[2].completedNum}}/{{tasks[2].num}}
+                    今日剩余{{tasks[2].num}}
                 </view>
             </view>
         </view>

+ 6 - 0
pages/my/index.wxss

@@ -263,6 +263,12 @@
   color: #FF6259;
   font-size: 26rpx;
 }
+.container .taskBox .task .taskRightBox {
+  display: flex;
+  flex-direction: column;
+  align-items: flex-end;
+  /*  */
+}
 .container .taskBox .task .taskRight {
   width: 138rpx;
   text-align: center;