Эх сурвалжийг харах

Merge branch 'dev/v2.4.44.2_tsz' of jianyu/qmx_page_admin into hotfix/v2.4.44.2

汤世哲 5 сар өмнө
parent
commit
ec683cde1b

+ 1 - 1
src/views/order/components/details.vue

@@ -1403,7 +1403,7 @@ export default {
             const contrastStatus = this.contractData.contract_status == 1
             // 4. 产品类型是“超级订阅”(且付费类型为“购买”、“续费”),或产品类型是“大会员”且会员套餐为“商机版2.0”、“专家版2.0”(且服务类型为“新购服务”、“延长服务”)
             // 购买时,vip_type为空null
-            const vipBuyOrRenew = res.productType == 'VIP订阅' && (res.vip_type === null || res.vip_type === undefined || res.vip_type == '1')
+            const vipBuyOrRenew = res.productType == 'VIP订阅' && (res.vip_type === null || res.vip_type === undefined || res.vip_type == '0' || res.vip_type == '1')
             const bigBuyOrRenew = res.productType == '大会员' && (filterData.comboId == 6 || filterData.comboId == 7) && (filterData.createType == '1' || filterData.createType == '3')
             const productionTypePass = vipBuyOrRenew || bigBuyOrRenew
             // 可下载