Rorschach 5 yıl önce
ebeveyn
işleme
6aed14d21b

+ 4 - 4
component/share/share.wxml

@@ -12,12 +12,12 @@
             </view>           
        </view>
    </view>
-   <view class="share-img" wx:if="{{imgUrls}}" id="imgArea" bindtap="nothing">
+   <cover-view class="share-img" wx:if="{{imgUrls}}" id="imgArea" bindtap="nothing">
        <cover-image class="img" src="{{imgUrls}}"></cover-image>
-       <view class="Preservation" bindtap="PreservationImg" style="{{shareType === 'works' ?'background:#ff9209' :'background:#70CA2D'}}">
+       <cover-view class="Preservation" bindtap="PreservationImg" style="{{shareType === 'works' ?'background:#ff9209' :'background:#70CA2D'}}">
            <!-- <image class="PreservationBg" src="../../static/groupImg/Preservation.png"></image> -->
            <!-- <text bindtap="PreservationImg">保存到相册中,快去分享吧</text> -->
            保存到相册中,快去分享吧!
-       </view>
-   </view>
+       </cover-view>
+   </cover-view>
 </view>

+ 3 - 3
pages/groupPage/collage-details/collage-details.js

@@ -79,9 +79,9 @@ Page({
     console.log(options);
     console.log(options.orderId);
     const orderId = options.orderId ? options.orderId : options.scene.replace('QR', '');
-    if (options.orderId) {
-      return false;
-    }
+    // if (options.orderId) {
+    //   return false;
+    // }
     
     console.log(orderId)
     this.setData({

+ 1 - 1
pages/groupPage/grade-details/grade-details.wxss

@@ -57,7 +57,7 @@ scroll-view {
     height: 60rpx;
     text-align: center;
     font-size: 36rpx;
-    margin: 0 90rpx;
+    margin: 0 110rpx;
     box-sizing: border-box;
 }
 

+ 2 - 2
pages/groupPage/group-details/group-details.wxml

@@ -55,8 +55,8 @@
             <view class="catalog-item" wx:for="{{lessonList}}" wx:key="{{index}}" data-id="{{item.id}}" data-title="{{item.title}}" bindtap="goToClass">
                 <text class="left">{{item.title}}</text>
                 <view class="right">
-                    <image src="../../../static/groupImg/bofnag.png"></image>
-                    <text>{{item.readNum}}</text>
+                    <!-- <image src="../../../static/groupImg/bofnag.png"></image>
+                    <text>{{item.readNum}}</text> -->
                     <image style="margin-left: 10rpx; width: 22rpx; height: 22rpx;" src="../../../static/groupImg/jiantou.png"></image>
                 </view>
             </view>