Browse Source

vip天数-

zhangxinlei1996 3 years ago
parent
commit
b4611c6104
1 changed files with 1 additions and 1 deletions
  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>