liuyg
2021-07-04 07145632a9d20bcd741090f387dbf77f73eb125e
pages/groupChat/groupChat.vue
@@ -76,7 +76,7 @@
      },
      activated(){
            this.beginObj();
            this.ingss();
            this.getdataList(0);
          },
         onReady() {
            let that = this;
@@ -136,18 +136,6 @@
         onClick(e) {
            console.log(e, 777878)
         },
         ingss() {
            this.ingsDB = '#00d1ff 2px solid';
            this.candoDB = '#fff 2px solid';
            this.Task = '当前已接任务';
            this.getdataList(0);
         },
         candos() {
            this.candoDB = '#00d1ff 2px solid';
            this.ingsDB = '#fff 2px solid';
            this.Task = '当前可接任务';
            this.getdataList(1);
         },
         getdataList(need) {
            var that = this;
            uni.request({
@@ -174,7 +162,7 @@
      },
      mounted() {
         this.beginObj();
         this.ingss();
         this.getdataList(0);
      },
      onPageScroll(e) {
         // console.log(e.scrollTop, 'pingmu')