浏览代码

feat:留资功能调整&标讯三级页免费用户公告遮罩调整

yangfeng 1 年之前
父节点
当前提交
358bc94cff

+ 2 - 2
src/web/staticres/big-member/js/public_big.js

@@ -226,7 +226,7 @@ $(function () {
                     return
                 }
                 vm.isNeedSubmit(sourceMap[typeKey].source,function(){
-                    vm.showSuccess = true
+                    // vm.showSuccess = true
                 })
                 break
             }
@@ -297,7 +297,7 @@ $(function () {
             return
         }
         vm.isNeedSubmit('member_freeuser',function(){
-            vm.showSuccess = true
+            // vm.showSuccess = true
         })
     })
 

+ 44 - 24
src/web/staticres/common-module/perfect-info/js/perfect-info.js

@@ -7,6 +7,9 @@ var emailRegExp = /\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*/
 
 // 标题
 var titleMap = {
+  app_article_member_freeuse: '免费体验大会员功能权益',
+  wx_article_member_freeuse: '免费体验大会员功能权益',
+  h5_article_member_freeuse: '免费体验大会员功能权益',
   activity_free_plan: '完善信息',
   super_membership_day: '欢迎体验剑鱼大会员',
   ent_portrait_freeuser: '欢迎体验企业中标分析',
@@ -66,6 +69,9 @@ var titleMap = {
 
 // tip
 var tipMap = {
+  app_article_member_freeuse: '请升级大会员无限制查看标讯、超前项目,优先对接项目负责人,抢占绝对先机!',
+  wx_article_member_freeuse: '请升级大会员无限制查看标讯、超前项目,优先对接项目负责人,抢占绝对先机!',
+  h5_article_member_freeuse: '请升级大会员无限制查看标讯、超前项目,优先对接项目负责人,抢占绝对先机!',
   article_attach_freeuser: freeAttachText,
   ent_portrait_freeuser: freeEntText,
   ent_portrait_winnerNewMsg_freeuser: freeEntText,
@@ -170,6 +176,13 @@ var tipMap = {
   h5_supermarket_details_customization: '专业数据团队,支持私有化部署。请完善个人信息,获取定制化数据解决方案。'
 }
 
+// 留资来源(数据库新增字段,记录留资对应的来源,之前未记录的不考虑,新增的source要记录)
+var sourceDescMap = {
+  app_article_member_freeuse: '标讯详情页-免费体验大会员',
+  wx_article_member_freeuse: '标讯详情页-免费体验大会员',
+  h5_article_member_freeuse: '标讯详情页-免费体验大会员'
+}
+
 var vNode = {
   delimiters: ['@@', '@@'],
   el: '#perfect-info-page',
@@ -616,9 +629,12 @@ var vNode = {
             var canAuto = !skipAuto.some(function (v) {
               return _this.ajaxParams.source.indexOf(v) > -1
             })
-            if(!isCollect) {
-              this.submitForm(canAuto)
-            }
+            /**
+             * P403需求:需要用户确认完留资信息后再提交 不再自动提交
+             */
+            // if(!isCollect) {
+            //   this.submitForm(canAuto)
+            // }
           }
         }
       })
@@ -906,29 +922,28 @@ var vNode = {
       sessionStorage.removeItem('salesBackStatus')
       history.back()
     },
-      showMessage: function (msg, confirmText, callback, title) {
-        var message = msg || '您的申请已提交,我们会尽快联系您并预约演示时间,请耐心等待~您将获得免费体验大会员全部功能!'
-        this.$dialog.close()
-        this.$dialog.confirm({
-          title: title || '',
-          message: message,
-          className: 'ent-search-dialog max-54',
-          overlayClass: 'z-2030',
-          showCancelButton: false,
-          getContainer: '.perfect-info-group',
-          confirmButtonText: confirmText || '我知道了'
-        }).then(function () {
-          if (callback) {
-            callback()
-          } else {
-            sessionStorage.setItem('salesBackStatus', 'true')
-            history.back()
-          }
-        }).catch(function () {
+    showMessage: function (msg, confirmText, callback) {
+      var message = msg || '您的申请已提交,我们会尽快联系您并预约演示时间,请耐心等待~您将获得免费体验大会员全部功能!'
+      this.$dialog.close()
+      this.$dialog.confirm({
+        message: message,
+        className: 'ent-search-dialog max-54',
+        overlayClass: 'z-2030',
+        showCancelButton: false,
+        getContainer: '.perfect-info-group',
+        confirmButtonText: confirmText || '我知道了',
+      }).then(function () {
+        if (callback) {
+          callback()
+        } else {
           sessionStorage.setItem('salesBackStatus', 'true')
           history.back()
-        })
-      },
+        }
+      }).catch(function () {
+        sessionStorage.setItem('salesBackStatus', 'true')
+        history.back()
+      })
+    },
     submitForm (auto) {
       if (utils.isWeiXinBrowser) {
         this.wxTweetAjax('isICRW') // 提交留资埋点公众号推文
@@ -950,6 +965,7 @@ var vNode = {
       this.ajaxParams.partnerNeeds = this.infoMap.partnerNeeds
       this.ajaxParams.agree = this.isRead
       this.ajaxParams.branch = this.infoMap.branch.indexOf('总裁') > -1 || this.infoMap.branch.indexOf('总经理') > -1 ? '' : this.infoMap.branch
+      this.ajaxParams.source_desc = sourceDescMap[this.ajaxParams.source]
 
       var _this = this
       var loading = _this.showLoading()
@@ -965,6 +981,10 @@ var vNode = {
             sessionStorage.setItem('salesBackData', JSON.stringify(sessionData))
             Object.assign(_this.submitResponse, r)
             switch (source) {
+              case '_article_member_freeuse': {
+                _this.showMessage('已收到您提交的免费体验大会员申请,我们会尽快联系您并预约演示时间。')
+                break
+              }
               case 'member_freeuse': {
                 _this.showMessage('您的申请已提交,我们会尽快联系您并预约演示时间,请耐心等待~您将获得免费体验大会员全部功能!')
                 break

+ 1 - 1
src/web/staticres/frontRouter/pc/activity/js/task-202207.js

@@ -1051,7 +1051,7 @@ var task = new Vue({
         trackClick('点击福利三-立即体验-留资')
       }
       vm.isNeedSubmit('super_membership_day',function(){
-        vm.showSuccess = true
+        // vm.showSuccess = true
       })
     },
     doCopy: function () {

+ 1 - 1
src/web/staticres/frontRouter/pc/activity/js/task-20221111.js

@@ -969,7 +969,7 @@ var task = new Vue({
         trackClick('点击福利三-立即体验-留资')
       }
       vm.isNeedSubmit('super_membership_day',function(){
-        vm.showSuccess = true
+        // vm.showSuccess = true
       })
     },
     doCopy: function () {

+ 1 - 1
src/web/staticres/frontRouter/pc/activity/js/task.js

@@ -421,7 +421,7 @@ var task = new Vue({
             // 留资
             function collectSubmitCallback (key, result) {
               if (key === 'activity_free_plan' && result) {
-                vm.showSuccess = true
+                // vm.showSuccess = true
                 _this.ajaxProgress()
               }
             }

+ 1 - 1
src/web/staticres/frontRouter/pc/customExport/js/index-pc.js

@@ -19,7 +19,7 @@ $(function(){
 function needSubmitHandle (source){
   // 调用组件是否留资方法 传入一个来源对应模块 弹出弹框 (页面改版改为点击【获取数据样例】触发弹框)
   vm.isNeedSubmit(source, function(){
-    vm.showSuccess = true
+    // vm.showSuccess = true
   })
 }
 

二进制
src/web/staticres/images/pc/pc_zzt_new.jpg


+ 68 - 24
src/web/staticres/js/pc-collect-user-info.js

@@ -397,13 +397,18 @@ var vm = new Vue({
         article_purchase_intention: '留下您的联系方式,我们会尽快和您联系。提前介入项目,助您轻松中标。', // 三级页-采购意向
         article_proposed_project: '留下您的联系方式,我们会尽快和您联系。提前介入项目,助您轻松中标。', // 三级页-拟建项目
         'ent-manage-pc': '欢迎留下联系方式,我们的大客户经理会在24小时内联系您!',
-        "jyarticle_see3_plus_pc":"请完善个人信息,获取更多免费查看公告权限",
+        "jyarticle_see3_plus_pc":"请完善个人信息,即刻享无限次查看标讯的权益,如需查看超前项目请联系客服:400-108-6670",
         'activity_free_plan': '请完善信息,免费获取200剑鱼币',
         super_membership_day: '请留下联系方式,我们会尽快联系您体验大会员全部功能!',
         peugeot_supplier_regist:'请完善您的个人信息,抢先对接采购单位',
-        peugeot_view_infor: '请留下联系方式,我们会尽快联系您体验大会员全部功能!'
+        peugeot_view_infor: '请留下联系方式,我们会尽快联系您体验大会员全部功能!',
+        pc_article_member_freeuse: '请升级大会员无限制查看标讯、超前项目,优先对接项目负责人,抢占绝对先机!'
       },
-      isRefresh: false // 留完资是否需要刷新页面
+      isRefresh: false, // 留完资是否需要刷新页面
+      sourceDescMap: {
+        jyarticle_see3_plus_pc: '标讯详情页-无限次免费查看标讯的权益',
+        pc_article_member_freeuse: '标讯详情页-免费体验大会员'
+      }
     }
   },
   computed: {
@@ -451,7 +456,7 @@ var vm = new Vue({
           return '我们会尽快联系您并预约演示时间,请耐心等待~<br>您将获得免费体验商机管理全部功能!'
         }
         if (this.source.indexOf('jyarticle_see3_plus_pc') > -1) {
-          return ''
+          return '您已获得无限次免费查看标讯的权益,如需查看超前项目请联系客服:400-108-6670'
         }
         if (this.source === 'activity_free_plan') {
           return '完善信息任务已完成,快去领取剑鱼币吧~'
@@ -462,6 +467,9 @@ var vm = new Vue({
         if (this.source === 'pc_index_bid_data') {
           return '我们会尽快联系您并根据您的需求,提供最适合的产品演示服务,请耐心等待。'
         }
+        if (this.source === 'pc_article_member_freeuse') {
+          return '已收到您提交的免费体验大会员申请,我们会尽快联系您并预约演示时间。'
+        }
         return '我们会尽快联系您并预约演示时间,请耐心等待~<br>您将获得免费体验大会员全部功能!'
       }
     }
@@ -529,13 +537,16 @@ var vm = new Vue({
           this.dialogTitleTop = '欢迎体验剑鱼标讯商机管理'
         } else if (source.indexOf('jyarticle_see3_plus_pc') > -1){
           this.dialogTitle = text
-          this.dialogTitleTop = '完善信息'
+          this.dialogTitleTop = '免费享无限次查看标讯体验'
         } else if (source === 'activity_free_plan') {
           this.dialogTitle = text
           this.dialogTitleTop = '完善信息'
         } else if (source === 'article_proposed_project' || source === 'article_purchase_intention') {
           this.dialogTitle = text
           this.dialogTitleTop = '欢迎体验剑鱼大会员'
+        } else if (source === 'pc_article_member_freeuse') {
+          this.dialogTitle = text
+          this.dialogTitleTop = '免费体验大会员功能权益'
         }
         // else if (source.indexOf("article_collection") > -1){
         //   this.dialogTitle = text
@@ -602,17 +613,18 @@ var vm = new Vue({
           }
           var result = checkRequiredKeys(checkKeys, res.info)
           if (result) {
-            _this.showForm = false
+            _this.showForm = true
             res.data.retainedCapital = false
             callback && callback(res)
             // 包含这些source,不存记录
             // 非主动触发留资节点,每点击一次数据库不会记录
-            if(!isCollect) {
-              _this.formAjax(_this.source, res.info)
-            }
+            // if(!isCollect) {
+            //   _this.formAjax(_this.source, res.info)
+            // }
+            _this.setEchoInfo(res.info)
             switch (source) {
               case 'member_freeuse': {
-                _this.showSuccess = true
+                // _this.showSuccess = true
                 break
               }
               case 'jyarticle_see3_plus_pc': {
@@ -634,11 +646,11 @@ var vm = new Vue({
                 break
               }
               default: {
-                if (source.indexOf('_freeuser') > -1) {
-                  _this.showSuccess = true
-                } else {
-                  _this.showSuccess = true
-                }
+                // if (source.indexOf('_freeuser') > -1) {
+                //   _this.showSuccess = true
+                // } else {
+                //   _this.showSuccess = true
+                // }
               }
             }
           } else if (res.data) {
@@ -647,7 +659,8 @@ var vm = new Vue({
             if(window.isFree || !isCollect) {
               if (res.data.retainedCapital || !result) {
                 _this.showForm = true
-                _this.getOldInfo(source)
+                // _this.getOldInfo(source)
+                _this.setEchoInfo(res.info)
                 _this.curDom = dom
               } else {
                 callback && callback(res)
@@ -694,7 +707,6 @@ var vm = new Vue({
     // 表单提交请求
     formAjax: function(source, info) {
       try {
-        // 谁写的split,这不报错?加个try catch
         var infoid = window.location.pathname.split("/")[3].split(".html")[0]
       } catch (error) {}
       var isProDetail = window.location.pathname.indexOf('/article/content')
@@ -715,7 +727,8 @@ var vm = new Vue({
         // partnerNeeds: this.form.need,
         // agree: this.form.agreeChecked,
         branch: this.form.branch.indexOf('总裁') > -1 || this.form.branch.indexOf('总经理') > -1 ?  '' : this.form.branch,
-        origin: location.origin
+        origin: location.origin,
+        source_desc: this.sourceDescMap[this.source]
       }
       if (infoid != "" && isProDetail != -1){
         params.publish_id = infoid
@@ -762,7 +775,9 @@ var vm = new Vue({
                 break
               }
               case 'jyarticle_see3_plus_pc': {
-                location.reload()
+                _this.showSuccess = true
+                _this.isRefresh = true
+                // location.reload()
                 break
               }
               case 'pc_index_bottom_adv': {
@@ -770,11 +785,7 @@ var vm = new Vue({
                 break
               }
               default: {
-                if (source.indexOf('_freeuser') > -1) {
-                  _this.showSuccess = true
-                } else {
-                  _this.showSuccess = true
-                }
+                _this.showSuccess = true
                 break
               }
             }
@@ -898,6 +909,39 @@ var vm = new Vue({
       this.form.scale = ''
       this.form.business = ''
       this.form.need = ''
+    },
+    setEchoInfo: function (data) {
+      if (data) {
+        this.form.name = data.name ? data.name : ''
+        this.form.phone = data.phone ? data.phone : ''
+        this.form.mail = data.mail ? data.mail : ''
+        if (data.province && data.city) {
+          this.form.region = [data.province, data.city]
+        } else if (data.province && !data.city) {
+          this.form.region = [data.province]
+        } else {
+          this.form.region = []
+        }
+        this.form.industry = data.industry ? data.industry.split('_') : []
+        this.form.mold = data.hireType ? data.hireType : '公司'
+        this.form.companyName = data.company ? data.company : ''
+        this.form.companyType = data.companyType ? data.companyType.split(',') : []
+        if (data.position) {
+          if (jobJson.indexOf(data.position) == -1) {
+            this.form.job = ''
+            this.form.otherJob = ''
+          } else {
+            this.form.job = data.position
+          }
+        } else {
+          this.form.job = ''
+        }
+        this.form.scale = data.company_size ? data.company_size : ''
+        this.form.business = data.workScope ? data.workScope : ''
+        this.form.need = data.partnerNeeds ? data.partnerNeeds : ''
+        this.form.agreeChecked = data.agree == undefined ?  true : data.agree
+        this.form.branch = data.branch || ''
+      }
     }
   }
 })

+ 1 - 1
src/web/staticres/js/superSearch.js

@@ -1874,7 +1874,7 @@ function openBigMemberDialog (str, content) {
     $('.auth-dialog').hide(300)
     vm.dialogTitle = '免费用户查看超过500条招标搜索结果'
     vm.isNeedSubmit('jylab_see500_plus', function () {
-      vm.showSuccess = true
+      // vm.showSuccess = true
     })
   })
 }

+ 5 - 5
src/web/staticres/public-pc/js/article-content.js

@@ -348,7 +348,7 @@ var bidNode = {
       $('.el-popover.el-popper').hide()
       this.sourceLogAjax(source)
       vm.isNeedSubmit(source, function() {
-        vm.showSuccess = true
+        // vm.showSuccess = true
       })
     }
   }
@@ -509,7 +509,7 @@ $('.detail-nj-btn').click(function(){
   }
   bidVue.sourceLogAjax(sourceKey)
   vm.isNeedSubmit(sourceKey,function(){
-    vm.showSuccess = true
+    // vm.showSuccess = true
   })
 })
 
@@ -649,7 +649,7 @@ if (subtype != '拟建' && !isMember) {
           $('.not-bigmember-slogan .free-btn').click(function(){
             bidVue.sourceLogAjax('article_slogan')
             vm.isNeedSubmit('article_slogan',function(){
-              vm.showSuccess = true
+              // vm.showSuccess = true
             })
           })
           $('.not-bigmember-slogan .more-btn').click(function() {
@@ -2556,7 +2556,7 @@ $(function() {
     // 不需要再调是否留资接口 只要isAdd接口里返回得对应参数值为0 即为需要留资 直接调noCallApiFn方法弹出弹框即可
     // vm.noCallApiFn('article_attach_freeuser', true)
     vm.isNeedSubmit('article_attach_freeuser', function() {
-      vm.showSuccess = true
+      // vm.showSuccess = true
     },null,null,'freeDownload')
   })
   // 控制正文下table里没有内容 但有标签时取消其样式
@@ -2594,7 +2594,7 @@ $(function() {
       infoid: id
     }
     vm.isNeedSubmit(info.source, function () {
-      vm.showSuccess = true
+      // vm.showSuccess = true
     },"", info.infoid)
   })
 })

+ 3 - 3
src/web/staticres/tags/js/no-login-detail.js

@@ -159,7 +159,7 @@ $('.detail-nj-btn').click(function(){
   }
   bidVue.sourceLogAjax(sourceKey)
   vm.isNeedSubmit(sourceKey,function(){
-    vm.showSuccess = true
+    // vm.showSuccess = true
   })
 })
 
@@ -2179,7 +2179,7 @@ $(function() {
     // 不需要再调是否留资接口 只要isAdd接口里返回得对应参数值为0 即为需要留资 直接调noCallApiFn方法弹出弹框即可
     // vm.noCallApiFn('article_attach_freeuser', true)
     vm.isNeedSubmit('article_attach_freeuser', function() {
-      vm.showSuccess = true
+      // vm.showSuccess = true
     },null,null,'freeDownload')
   })
   // 控制正文下table里没有内容 但有标签时取消其样式
@@ -2217,7 +2217,7 @@ $(function() {
       infoid: id
     }
     vm.isNeedSubmit(info.source, function () {
-      vm.showSuccess = true
+      // vm.showSuccess = true
     },"", info.infoid)
   })
 

+ 1 - 1
src/web/templates/big-member/pc/page_index_old.html

@@ -1114,7 +1114,7 @@
             }
             // vm.dialogTitle = '请完善个人信息,立刻获得全部功能的产品试用'
             vm.isNeedSubmit('member_freeuse',function(){
-              vm.showSuccess = true
+              // vm.showSuccess = true
             })
           })
         })

+ 1 - 1
src/web/templates/dataMarket/dataInterface/index.html

@@ -116,7 +116,7 @@
   function leaveInfoHandle (){
     // 调用组件是否留资方法 传入一个来源对应模块 弹出弹框 (页面改版改为点击【获取数据样例】触发弹框)
     vm.isNeedSubmit('pc_data_api_interface', function(){
-      vm.showSuccess = true
+      // vm.showSuccess = true
     })
   }
   function animateUp () {

+ 1 - 1
src/web/templates/dataMarket/index.html

@@ -308,7 +308,7 @@
   function needSubmitHandle(source, name) {
     // 调用组件是否留资方法
     vm.isNeedSubmit(source, function () {
-      vm.showSuccess = true
+      // vm.showSuccess = true
     }, name)
   }
 

+ 223 - 21
src/web/templates/pc/biddetail_rec.html

@@ -147,6 +147,155 @@
         .bid-fl{
           float: left;
         }
+        .free-equity-contrast{
+          width: 100%;
+          border: 1px solid #ECECEC;
+          border-radius: 8px;
+        }
+        .free-equity-contrast .table-rows {
+          position: relative;
+          display: flex;
+        }
+        .free-equity-contrast .table-rows .item-td{
+          display: flex;
+          flex-direction: column;
+          align-items: center;
+          justify-content: center;
+          text-align: center;
+          padding: 8px 0;
+          border-right: 1px solid #ECECEC;
+          border-bottom: 1px solid #ECECEC;
+        }
+        .free-equity-contrast .table-rows .item-td.third-column-scale-top,
+        .free-equity-contrast .table-rows .item-td.fourth-column-scale-top{
+          transition: top 1s ease;
+        }
+        .free-equity-contrast .table-rows .item-td.third-column-scale-bottom,
+        .free-equity-contrast .table-rows .item-td.fourth-column-scale-bottom{
+          transition: bottom 1s ease;
+        }
+        .free-equity-contrast .table-rows:last-child .item-td{
+          border-bottom: 0;
+        }
+        .free-equity-contrast .table-rows .item-td:nth-child(1) {
+          width: 116px;
+          min-height: 48px;
+          background: #F7F9FC;
+          font-size: 14px;
+          line-height: 22px;
+          color: #1D1D1D;
+        }
+        .free-equity-contrast .table-rows strong{
+          font-weight: 700;
+          font-size: 16px;
+        }
+        .free-equity-contrast .table-rows .item-td:nth-child(2) {
+          width: 116px;
+          color: #686868;
+        }
+        .free-equity-contrast .table-rows .item-td:nth-child(3) {
+          width: 152px;
+        }
+        .free-equity-contrast .table-rows .item-td:nth-child(4) {
+          width: 184px;
+        }
+        .free-equity-contrast .table-rows:nth-child(1),
+        .free-equity-contrast .table-rows:nth-child(5) {
+          height: 72px;
+        }
+        .free-equity-contrast .table-rows:nth-child(1) .item-td:nth-child(1),
+        .free-equity-contrast .table-rows:nth-child(5) .item-td:nth-child(1){
+          position: absolute;
+          left: 0;
+          height: 100%;
+        }
+        .free-equity-contrast .table-rows:nth-child(1) .item-td:nth-child(2),
+        .free-equity-contrast .table-rows:nth-child(5) .item-td:nth-child(2) {
+          position: absolute;
+          left: 116px;
+          height: 100%;
+        }
+        .free-equity-contrast .table-rows:nth-child(1) .item-td:nth-child(3),
+        .free-equity-contrast .table-rows:nth-child(5) .item-td:nth-child(3) {
+          position: absolute;
+          left: 232px;
+          height: 100%;
+        }
+        .free-equity-contrast .table-rows:nth-child(1) .item-td:nth-child(4),
+        .free-equity-contrast .table-rows:nth-child(5) .item-td:nth-child(4) {
+          position: absolute;
+          left: 384px;
+          height: 100%;
+        }
+        .free-equity-contrast .third-column:hover.third-column-scale-top,
+        .free-equity-contrast .fourth-column:hover.fourth-column-scale-top{
+          position: absolute;
+          top: -16px;
+          height: 88px!important;
+          border-radius: 8px 8px 0 0;
+          cursor: pointer;
+          transition: top 1s ease;
+        }
+        .free-equity-contrast .third-column:hover.third-column-scale-bottom,
+        .free-equity-contrast .fourth-column:hover.fourth-column-scale-bottom{
+          position: absolute;
+          bottom: -16px;
+          height: 88px!important;
+          background: #fff;
+          border-radius: 0 0 8px 8px;
+          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
+          cursor: pointer;
+          transition: bottom 1s ease;
+        }
+        .free-equity-contrast .table-rows .item-td.fourth-column{
+          border-right: 0;
+        }
+      
+        
+        .free-equity-contrast  .item-td.main-bg{
+          background: #2CB7CA;
+          color: #fff;
+        }
+        .free-equity-contrast .item-td.gold-bg{
+          color: #593913;
+          background: linear-gradient(to right, #FFF3E0, #F4DEB1);
+        }
+        .free-equity-contrast .item-td.main-color{
+          color: #2CB7CA;
+        }
+        .free-equity-contrast .item-td.gold-color{
+          color: #B1700E;
+        }
+
+        .free-equity-contrast .perfect-btn{
+          display: inline-block;
+          padding: 5px 14px;
+          background: #2ABED1;
+          border-radius: 6px;
+          color: #fff;
+          font-size: 14px;
+          line-height: 22px;
+          text-align: center;
+          cursor: pointer;
+        }
+        .free-equity-contrast .free-taste-btn{
+          display: inline-block;
+          padding: 5px 28px;
+          border: 1px solid #E7C28A;
+          background: linear-gradient(to right, #FFF9F0, #E7C28A);
+          color: #B1700E;
+          font-size: 14px;
+          text-align: center;
+          border-radius: 6px;
+          cursor: pointer;
+        }
+        .free-equity-contrast .contact-kf {
+          text-decoration: underline;
+          color: #B1700E;
+          font-size: 12px;
+          line-height: 18px;
+          cursor: pointer;
+        }
     </style>
 </head>
 <body style="height: 100%">
@@ -668,16 +817,66 @@
                         </div>
                     </div>
                 </div>
-                <div class="mask-zzz hidden" style="position:absolute; top:0;width: 900px;padding:0;height: 408px;background-color:white;z-index: 1;">
+                <div class="mask-zzz hidden free-equity-mask" style="position:absolute; top:0;width: 900px;padding:0;height: 587px;background-color:white;z-index: 1;">
                     <img style="width: 100%;height: 100%" src="/images/pc/pc_mh.png">
-                    <div class="mask-zzz" style="position:absolute; left: 50%; top: 50%; transform: translate3d(-50%, -50%, 0);width: 500px;background-color: white;z-index: 100;border-radius: 10px">
+                    <div class="mask-zzz" style="position:absolute; left: 50%; top: 50%; transform: translate3d(-50%, -50%, 0);width: 632px;background-color: white;z-index: 100;border-radius: 10px">
                         <div style="position: relative">
-                            <img style="width: 100%;height: 35%" src='{{Msg "seo" "cdn"}}/images/pc/pc_zzt.png?v={{Msg "seo" "version"}}'>
-                            <div style="position: absolute;top: 50%;left: 50%; margin-top: -13px;margin-left: -90px;width: 180px;height: 26px;color: antiquewhite;font-size: 16px;">免费查看更多公告</div>
+                            <img style="width: 100%;height: 35%" src='{{Msg "seo" "cdn"}}/images/pc/pc_zzt_new.jpg?v={{Msg "seo" "version"}}'>
+                            <div style="position: absolute;top: 50%;left: 50%; margin-top: -13px;width: 100%;height: 26px;color:#1d1d1d;font-size: 18px;transform: translateX(-50%);text-align: center;">您尚未完善信息,今日查看公告权限用完啦
+                            </div>
                         </div>
-                        <div class="tip-box">
-                            <div class="tip-text">请完善个人信息,获取更多免费查看公告权限</div>
-                            <button class="detail-nj-btn  jyarticle_see3" style="background: #2CB7CA;color: white;border:none;width: 132px;height: 36px;border-radius: 6px;margin-bottom: 12px;margin-top: 10px">立即解锁</button>
+                        <div class="tip-box" style="padding: 12px 32px 32px;border: 0;border-radius: 0 0 8px 8px;">
+                            <!-- <div class="tip-text">请完善个人信息,获取更多免费查看公告权限</div>
+                            <button class="detail-nj-btn  jyarticle_see3" style="background: #2CB7CA;color: white;border:none;width: 132px;height: 36px;border-radius: 6px;margin-bottom: 12px;margin-top: 10px">立即解锁</button> -->
+                          <div class="free-equity-contrast">
+                            <div class="table-rows">
+                              <div class="item-td"></div>
+                              <div class="item-td"><strong>免费注册用户</strong></div>
+                              <div class="item-td third-column third-column-scale-top main-bg"><strong>免费注册用户</strong>(完善信息)</div>
+                              <div class="item-td fourth-column fourth-column-scale-top gold-bg">
+                                <strong>大会员</strong>
+                                <span>大数据赋能企业数字化营销</span>
+                                <a href="/big/page/index" target="_blank">全面了解></a>
+                              </div>
+                            </div>
+                            <div class="table-rows">
+                              <div class="item-td">标讯权益</div>
+                              <div class="item-td" style="flex: 1;width: unset;">可查看招标预告、招标公告、招标结果、招标信用信息</div>
+                            </div>
+                            <div class="table-rows">
+                              <div class="item-td">超前项目权益</div>
+                              <div class="item-td">
+                                <img src="/images/icon-aaa.png" alt="" width="24" height="24">
+                              </div>
+                              <div class="item-td third-column">
+                                <img src="/images/icon-aaa.png" alt="" width="24" height="24">
+                              </div>
+                              <div class="item-td fourth-column gold-color">
+                                采购意向
+                                <br>
+                                拟建项目
+                                <br>
+                                AI智能预测
+                              </div>
+                            </div>
+                            <div class="table-rows">
+                              <div class="item-td">每日查看数量</div>
+                              <div class="item-td">3条</div>
+                              <div class="item-td third-column main-color">不限</div>
+                              <div class="item-td fourth-column gold-color">不限</div>
+                            </div>
+                            <div class="table-rows">
+                              <div class="item-td"></div>
+                              <div class="item-td"></div>
+                              <div class="item-td third-column third-column-scale-bottom">
+                                <span class="detail-nj-btn jyarticle_see3 perfect-btn">完善个人信息</span>
+                              </div>
+                              <div class="item-td fourth-column fourth-column-scale-bottom gold-color">
+                                <span class="free-taste-btn">免费体验</span>
+                                <span class="open-customer contact-kf">咨询客服</span>
+                              </div>
+                            </div>
+                          </div>
                         </div>
                     </div>
                 </div>
@@ -702,7 +901,7 @@
                                 // vm.showForm = true
                                 var infoid = window.location.pathname.split("/")[3].split(".html")[0]
                                 vm.isNeedSubmit('peugeot_supplier_regist', function () {
-                                  vm.showSuccess = true
+                                  // vm.showSuccess = true
                                 },"",infoid)
                                 vm.dialogTitleTop='供应商报名'
                                 vm.dialogTitle = '请完善您的个人信息,抢先对接采购单位'
@@ -1632,10 +1831,10 @@ var ucbs_source="pc_rec",ucbsId="{{.T.obj.ucbsId}}";
       function checkunPreBuildCanRead () {
         var subType = goTemplateData.params.obj.subtype
         if(!advancedProject && !canRead) {
-          $('#tip-title').text('免费查看更多公告')
-          $(".tip-box .tip-text").eq(0).text('请完善个人信息,获取更多免费查看公告权限')
-          $(".tip-box .tip-text").eq(1).text('')
-          $(".tip-box .detail-nj-btn").text('立即解锁')
+          // $('#tip-title').text('免费查看更多公告')
+          // $(".tip-box .tip-text").eq(0).text('请完善个人信息,获取更多免费查看公告权限')
+          // $(".tip-box .tip-text").eq(1).text('')
+          // $(".tip-box .detail-nj-btn").text('立即解锁')
           $(".tabfat").hide()
           $(".recoveryfat").hide()
           $("#attach-list").hide()
@@ -1676,15 +1875,15 @@ var ucbs_source="pc_rec",ucbsId="{{.T.obj.ucbsId}}";
 
         checkunPreBuildCanRead()
         if (!canRead && !privatedata){
-          if (subType === '拟建') {
-            // $('.nijian-guide').removeClass('hidden')
-          }
-          if (subType === '采购意向') {
-            // $('.caigouyixiang-guide').removeClass('hidden')
-          }
           $(".com-prebuilt").removeClass("hidden");
-          $(".com-prebuilt").css('height', '408px')
-          $(".mask-zz").removeClass("hidden");
+          if (subType === '拟建' || subType === '采购意向') {
+            $(".mask-zz:not(.free-equity-mask)").removeClass("hidden");
+            $(".com-prebuilt").css('height', '408px')
+          } else {
+            $(".com-prebuilt").css('height', '587px')
+            $(".free-equity-mask").removeClass("hidden");
+            $('.reward').hide()
+          }
 
           $('.original-text').hide()
           $(".tabfat").remove()
@@ -1727,7 +1926,7 @@ var ucbs_source="pc_rec",ucbsId="{{.T.obj.ucbsId}}";
         // 1. 有权限展示
         // 2. 无权限的非超前项目展示
         if (window.isFree) {
-          if (!advancedProject) {
+          if (!advancedProject && canRead) {
             $('.reward').show()
           }
         } else {
@@ -1829,6 +2028,9 @@ var ucbs_source="pc_rec",ucbsId="{{.T.obj.ucbsId}}";
          person_Dialog.getData('yes') // 发送获取人员列表请求
         })
       }
+        $('.free-taste-btn').click(function() {
+          vm.isNeedSubmit('pc_article_member_freeuse', function() {})
+        })
 
       })
     </script>

+ 1 - 1
src/web/templates/pc/dataSmt/detail.html

@@ -133,7 +133,7 @@
   function needSubmitHandle (source, name){
       // 调用组件是否留资方法
       vm.isNeedSubmit(source, function(){
-        vm.showSuccess = true
+        // vm.showSuccess = true
       }, name)
     }
 function bright_title () {

+ 1 - 1
src/web/templates/pc/dataSmt/list.html

@@ -215,7 +215,7 @@
   function needSubmitHandle (source, name){
     // 调用组件是否留资方法
     vm.isNeedSubmit(source, function(){
-      vm.showSuccess = true
+      // vm.showSuccess = true
     }, name)
   }
   function brightKeyword () {

+ 1 - 1
src/web/templates/pc/supsearch.html

@@ -4939,7 +4939,7 @@ function checkTagDisabled () {
       onFreeTaste: function () {
         vm.dialogTitle = '免费用户查看超过500条招标搜索结果'
         vm.isNeedSubmit('jylab_see500_plus', function () {
-          vm.showSuccess = true
+          // vm.showSuccess = true
         })
       }
     }

+ 1 - 1
src/web/templates/structuredata/pc/index.html

@@ -313,7 +313,7 @@
             var id = $(this).attr('data-id')
             // 调用组件是否留资方法 传入一个来源对应模块 弹出弹框 (页面改版改为点击【获取数据样例】触发弹框)
             vm.isNeedSubmit(id, function(){
-              vm.showSuccess = true
+              // vm.showSuccess = true
             })
         })
         // 立即体验