Bläddra i källkod

fix: 企业画像企业情报逻辑调整

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 6 månader sedan
förälder
incheckning
8b753e0eba

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

@@ -417,7 +417,7 @@ var vNode = {
         success: function (res) {
           if (res.error_code === 0) {
             res.data.groupUserArr.forEach(function (item) {
-              item.name = item.s_name
+              item.s_name = item.name
             })
             _this.groupingList = res.data.groupUserArr || []
           }
@@ -1820,7 +1820,6 @@ var vNode = {
         svipBuyset: this.svipBuyset,
         bidcollPowerInfo: this.bidcollPowerInfo,
         scrollTop: this.scrollTop + scrollTopOffset,
-        showGroupingDialog: this.showGroupingDialog,
         gotTab2: this.gotTab2
       }
       sessionStorage.setItem(this.sessKey, JSON.stringify(data))

+ 1 - 1
src/jfw/modules/followent/src/web/templates/weixin/list.html

@@ -201,7 +201,7 @@ initShare({{.T.signature}},{{.T.openid}},2,"jy_extend",{{.T.nickname}},{{.T.avat
                 sessionStorage.version="0";
             }
             $(this).find(".redspot").remove();
-            window.location.href = "/jylab/followent/detail/"+$(this).attr("data-id");
+            window.location.href = "/jylab/followent/detail/"+$(this).attr("data-id") + '?entId=' + $(this).attr("ent-id");
         });
 
         var flag = {{.T.flag}};

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

@@ -396,7 +396,7 @@ var vNode = {
         success: function (res) {
           if (res.error_code === 0) {
             res.data.groupUserArr.forEach(function (item) {
-              item.name = item.s_name
+              item.s_name = item.name
             })
             _this.groupingList = res.data.groupUserArr || []
           }
@@ -1753,7 +1753,6 @@ var vNode = {
         svipBuyset: this.svipBuyset,
         bidcollPowerInfo: this.bidcollPowerInfo,
         scrollTop: this.scrollTop + scrollTopOffset,
-        showGroupingDialog: this.showGroupingDialog,
         gotTab2: this.gotTab2
       }
       sessionStorage.setItem(this.sessKey, JSON.stringify(data))

+ 1 - 1
src/web/staticres/common-module/mobile-portrayal-footer/js/mobile-portrayal-grouping.js

@@ -62,7 +62,7 @@ var mobilePortrayalGroupingScript = {
     },
     showGroupingDialog: {
       type: Boolean,
-      default: true
+      default: false
     },
     groupingList: {
       type: Array,

+ 2 - 0
src/web/templates/frontRouter/wx/collection/sess/ent_portrait.html

@@ -705,7 +705,9 @@
       :ent-info="entInfo"
       :allpower="powerInfo" 
       :monitor="!!entInfo.follow" 
+      @lookmore="lookMore"
       @change="changeGroupState"
+      @lookdynamic="lookDynamic"
       @monitorclick="changeFollowState"
       :downshow="true"
       :islogin="isLogin"