瀏覽代碼

feat: 画像引导去开通超级订阅

cuiyalong 1 年之前
父節點
當前提交
15d5fbd84b

+ 7 - 5
src/web/staticres/common-module/collection/js/analysis-report-example.js

@@ -158,11 +158,13 @@ var chartExample = {
       // 【前往升级】:超级订阅老版用户+购买了非全国采购单位画像余额为0的超级订阅新版用户,点击进入超级订阅升级页
       // 【联系客服】:购买了全国采购单位画像余额为0的超级订阅新版用户+无采购单位画像权限的大会员客户;点击调起智齿在线客服
       if (info.isFree) {
-        if (info.freeBuyerPort === 0) {
-          btnText = '立即解锁'
-        } else {
-          btnText = '去开通'
-        }
+        // 免费体验功能已经下掉
+        btnText = '去开通'
+        // if (info.freeBuyerPort === 0) {
+        //   btnText = '立即解锁'
+        // } else {
+        //   btnText = '去开通'
+        // }
       } else {
         // 老超级订阅用户
         var oldVip = info.vipStatus > 0 && !info.viper

+ 8 - 6
src/web/staticres/common-module/collection/js/buyer-example.js

@@ -204,12 +204,14 @@ var buyerExample = {
       if (!info.isLogin) {
         btnText = '登录查看'
       } else if (info.isFree) {
-        if (info.freeBuyerPort === 0) {
-          // btnText = '免费体验'
-          btnText = '免费体验'
-        } else {
-          btnText = '去开通'
-        }
+        // 免费体验功能已经下掉
+        btnText = '去开通'
+        // if (info.freeBuyerPort === 0) {
+        //   // btnText = '免费体验'
+        //   btnText = '免费体验'
+        // } else {
+        //   btnText = '去开通'
+        // }
       } else {
         // 老超级订阅用户
         var oldVip = info.vipStatus > 0 && !info.viper

+ 2 - 1
src/web/staticres/common-module/collection/js/vip-dialog.js

@@ -135,7 +135,8 @@ var vipComponent = {
         // (2)【立即解锁】:未体验过企业画像的免费用户,中标分析各模块,点击进行“欢迎体验企业中标分析”留资;
         if (this.canFreeExp) {
           // textMap.btnText = '立即解锁'
-          textMap.btnText = '免费体验'
+          // 免费体验功能已经下掉,此处改为引导购买
+          textMap.btnText = '去开通'
         } else {
           if (this.power.vipStatus <= 0) {
             textMap.btnText = '去开通'