Эх сурвалжийг харах

Merge branch 'dev/v1.0.70_tsz' of jianyu/web into feature/v1.0.70

汤世哲 10 сар өмнө
parent
commit
abc99fd4ee

+ 3 - 1
apps/bigmember_pc/src/views/customer/Search.vue

@@ -320,6 +320,7 @@ export default {
 .ent-search {
 .ent-search {
   &-iframe {
   &-iframe {
     padding: 24px;
     padding: 24px;
+    background-color: unset;
   }
   }
   width: 100%;
   width: 100%;
   background-color: #fff;
   background-color: #fff;
@@ -469,7 +470,8 @@ export default {
         height: 0;
         height: 0;
       }
       }
       .el-tabs__nav-scroll {
       .el-tabs__nav-scroll {
-        border: 1px solid #ebebeb;
+        border-top: 1px solid #ebebeb;
+        border-bottom: 1px solid #ebebeb;
       }
       }
       .el-tabs__item {
       .el-tabs__item {
         padding: 0 16px !important;
         padding: 0 16px !important;

+ 7 - 4
apps/bigmember_pc/src/views/ent-intel/EntIntel.vue

@@ -73,7 +73,7 @@ export default {
   },
   },
   created() {
   created() {
     // listData
     // listData
-    this.getMyFollowList()
+    this.ajaxGetEntFollowList()
   },
   },
   mounted() {
   mounted() {
     this.$store.commit('forcast/setType', 0)
     this.$store.commit('forcast/setType', 0)
@@ -81,9 +81,6 @@ export default {
   methods: {
   methods: {
     // 我关注的企业列表
     // 我关注的企业列表
     getMyFollowList(p = 0, match = '', group = '', pageSize = 10) {
     getMyFollowList(p = 0, match = '', group = '', pageSize = 10) {
-      this.$nextTick(() => {
-        scrollTargetView('.listData_ul')
-      })
       if (this.$refs.myList) {
       if (this.$refs.myList) {
         this.myDataObj.list = []
         this.myDataObj.list = []
       }
       }
@@ -94,6 +91,12 @@ export default {
           this.$refs.myList.listState.pageNum = 1
           this.$refs.myList.listState.pageNum = 1
         })
         })
       }
       }
+      this.ajaxGetEntFollowList(p, match, group, pageSize)
+      this.$nextTick(() => {
+        scrollTargetView('.listData_ul')
+      })
+    },
+    ajaxGetEntFollowList (p = 0, match = '', group = '', pageSize = 10) {
       getEntFollowList({
       getEntFollowList({
         pageNum: p,
         pageNum: p,
         pageSize: pageSize,
         pageSize: pageSize,