소스 검색

vip天数-

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>