nieyuge 2 lat temu
rodzic
commit
7cd03debd6
1 zmienionych plików z 6 dodań i 2 usunięć
  1. 6 2
      src/view/iframe/tool-box/card.vue

+ 6 - 2
src/view/iframe/tool-box/card.vue

@@ -11,7 +11,7 @@
             <iframe :src="iframe_url" frameborder="0" sandbox></iframe>
         </div>
         <div class="content" v-else>
-            <div class="mask" @click="confirmStatus" v-if="state.showMask">
+            <div class="mask" @click="confirmStatus" v-if="state.showMask && state.status != '固定右上角'">
                 <img class="luck" :src=" require('@/assets/svg/icon-post-lock.svg') " />
                 <div class="btn">
                     <img class="img" v-if="state.detail && state.detail.nftProjectIcon" :src=" state.detail.nftProjectIcon " />
@@ -339,7 +339,11 @@ const handleFixed = () => {
         data: {
             type: '固定右上角',
             iframe_url: state.iframe_url,
-            tweetId: state.tweetId
+            tweetId: state.tweetId,
+            nftAuthINfo: nftAuthINfo.value,
+            showMask: state.showMask,
+            detail: state.detail,
+            postId: state.postId,
         }
     })
     // 清除当前iframe src