|
|
@@ -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>
|