inleft
2022-08-12 0dd41bd8cee430d3a948b89c664cb511c400993c
src/components/group/MyMessage.vue
@@ -74,14 +74,14 @@
            visible: false,
            loading: false,
            pageNo: 1,
            pageSize: 5,
            pageSize: 4,
            showButton: true,
            refresh: false,
         }
      },
      beforeMount() {},
      mounted() {
         this.loadData()
         this.loadMore()
      },
      methods: {
         loadMore() {
@@ -91,7 +91,7 @@
         reload() {
            this.$message.info("重新拉取信息..")
            this.pageNo = 1;
            this.pageSize = 5;
            this.pageSize = 4;
            this.showButton = true;
            this.dataList = [];
            setTimeout(() => {
@@ -143,12 +143,6 @@
   }
   .myhiden {
      display: -webkit-container;
      -webkit-line-clamp: 3;
      text-overflow: ellipsis;
      overflow: hidden;
   }
   a {
      color: black;