@@ -419,7 +419,7 @@
<!--历史数据 再次购买-->
<p v-if="item.product_type === '历史数据'"><a href="/front/dataExport/toSieve">再次购买</a></p>
<!--超级订阅 试用-->
- <p v-if="item.product_type === 'VIP订阅' && item.order_status === 1 && item.filter.cycleunit === 3">-</p>
+ <p v-if="item.product_type === 'VIP订阅' && item.order_status === 1 && item.filter.cycleunit === 3 && (item.filter.source || '') === ''" >-</p>
</div>