فهرست منبع

feat: 超级订阅很早之前的老订单开合同失败&订单数据业绩时间错误问题修复

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 5 ماه پیش
والد
کامیت
5f32cdf67a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/order/components/details.vue

+ 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
             // 可下载