bayi 1 rok temu
rodzic
commit
11ebfe6fa9
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      pages/reading/index.wxml

+ 1 - 2
pages/reading/index.wxml

@@ -1,5 +1,4 @@
 <wxs src="../../utils/filter.wxs" module="filters" />
-
 <view class="readingBox">
     <!-- 查看全部配音作品 -->
     <view class="moreWork" wx:if="{{readingType=='public'||readingType=='readMatch'}}">
@@ -38,7 +37,7 @@
             <view class="time">{{silderData.endTime}}</view>
         </view>
     </view>
-    <view class="workFooter" wx:if="{{readingType=='public'}}">
+    <view class="workFooter" wx:if="{{readingType=='public'&&!readingReset}}">
         <button class="resetBtn mangeL-box" open-type="share" data-info='{{videoInfo}}'>
             <image src="/static/share.png" mode="" class="icon" />
             <view class="icon-name">分享</view>