瀏覽代碼

feat: 企业画像按钮文字修正

zhangyuhan 3 年之前
父節點
當前提交
e090389d43
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/web/staticres/common-module/collection/js/vip-dialog.js

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

@@ -109,7 +109,10 @@ var vipComponent = {
             textMap.btnText = this.type === 'item_1' ? '前往升级' : '免费体验'
           } else if(this.entvisit.provin == -1) {
             textMap.titleText = '超级订阅'
-            textMap.btnText = this.type === 'item_1' ? '联系客服' : '免费体验'
+            textMap.btnText = '联系客服'
+            if (this.type === 'item_8' || this.type === 'item_9') {
+              textMap.btnText = '免费体验'
+            }
           }
         } else {
           if (this.type === 'item_1') {