zhangxinlei1996 пре 3 година
родитељ
комит
b4611c6104
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/web/templates/pc/myOrder.html

+ 1 - 1
src/web/templates/pc/myOrder.html

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