Quellcode durchsuchen

fix: 企业画像逻辑调整

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe vor 6 Monaten
Ursprung
Commit
e008a115dc

+ 4 - 4
src/jfw/modules/app/src/web/staticres/jyapp/big-member/js/ent_portrait.js

@@ -1225,12 +1225,12 @@ var vNode = {
                 })
                 })
                 return
                 return
               }
               }
-              if(!_this.powerInfo.isFree && !res.data.msg_open && res.data.status){
+              if(!res.data.msg_open && res.data.status){
                 _this.$dialog({
                 _this.$dialog({
                   width: 303,
                   width: 303,
                   className: 'monitor-dialog',
                   className: 'monitor-dialog',
                   title: '监控成功',
                   title: '监控成功',
-                  message: '您可前往“工作台-商机-业主监控”查看业主最新招标动态。为保证您能及时获取新增监控信息推送,请前往开启推送提醒。',
+                  message: '您可前往“工作台-商机-企业情报监控”查看企业最新动态。为保证您能及时获取新增监控信息推送,请前往开启推送提醒。',
                   messageAlign:'center',
                   messageAlign:'center',
                   confirmButtonText: '去开启',
                   confirmButtonText: '去开启',
                   confirmButtonColor: '#2ABED1',
                   confirmButtonColor: '#2ABED1',
@@ -1243,10 +1243,10 @@ var vNode = {
                   window.location.href = location.origin + '/jy_mobile/push/pushsetting?active=4'
                   window.location.href = location.origin + '/jy_mobile/push/pushsetting?active=4'
                 })
                 })
         
         
-              } else if(!_this.powerInfo.isFree && res.data.msg_open && res.data.status){
+              } else if(res.data.msg_open && res.data.status){
                 _this.$toast({
                 _this.$toast({
                   duration: 2000,
                   duration: 2000,
-                  message: '监控成功,您可前往“工作台-商机-业主监控”查看'
+                  message: '监控成功,您可前往“工作台-商机-企业情报监控”查看'
                 })
                 })
         
         
               }
               }

+ 4 - 4
src/web/staticres/common-module/collection/js/ent_portrait.js

@@ -1175,12 +1175,12 @@ var vNode = {
                 })
                 })
                 return
                 return
               }
               }
-              if(!_this.powerInfo.isFree && !res.data.msg_open && res.data.status){
+              if(!res.data.msg_open && res.data.status){
                 _this.$dialog({
                 _this.$dialog({
                   width: 303,
                   width: 303,
                   className: 'monitor-dialog',
                   className: 'monitor-dialog',
                   title: '监控成功',
                   title: '监控成功',
-                  message: '您可前往“工作台-商机-业主监控”查看业主最新招标动态。为保证您能及时获取新增监控信息推送,请前往开启推送提醒。',
+                  message: '您可前往“工作台-商机-企业情报监控”查看企业最新动态。为保证您能及时获取新增监控信息推送,请前往开启推送提醒。',
                   messageAlign:'center',
                   messageAlign:'center',
                   confirmButtonText: '去开启',
                   confirmButtonText: '去开启',
                   confirmButtonColor: '#2ABED1',
                   confirmButtonColor: '#2ABED1',
@@ -1193,10 +1193,10 @@ var vNode = {
                   window.location.href = location.origin + '/jy_mobile/push/pushsetting?active=4'
                   window.location.href = location.origin + '/jy_mobile/push/pushsetting?active=4'
                 })
                 })
         
         
-              } else if(!_this.powerInfo.isFree && res.data.msg_open && res.data.status){
+              } else if(res.data.msg_open && res.data.status){
                 _this.$toast({
                 _this.$toast({
                   duration: 2000,
                   duration: 2000,
-                  message: '监控成功,您可前往“工作台-商机-业主监控”查看'
+                  message: '监控成功,您可前往“工作台-商机-企业情报监控”查看'
                 })
                 })
         
         
               }
               }