zhujindu 7 ヶ月 前
コミット
7fe3e804f5
1 ファイル変更6 行追加1 行削除
  1. 6 1
      src/views/week/dailyHistoricalDetails.vue

+ 6 - 1
src/views/week/dailyHistoricalDetails.vue

@@ -480,7 +480,12 @@
                 <div
                   class="shareBtn"
                   @click="clickShareFlag(index)"
-                  v-if="reportTarget && source != 'share' && reportTarget.reportPostType == 'fx'">
+                  v-if="
+                    reportTarget &&
+                    source != 'share' &&
+                    reportTarget.reportPostType == 'fx' &&
+                    reportTarget.status != -1
+                  ">
                   <van-icon name="share" />
                 </div>
               </div>