yangan
2024-08-08 98e0b3a6726c2e04b502b1541621d116e8050865
pages/tabbar-page/index-tabbar/index-tabbar.vue
@@ -7,7 +7,7 @@
               <u-badge :isDot="true"
                  type="error"
                  v-if="dotShow"></u-badge>
               <u-icon name="chat"
               <u-icon name="chat"
                  color="#fff"
                  size="50"></u-icon>
            </view>
@@ -131,7 +131,7 @@
      //          if (res.code === 0) {
      //             if(res.data.length){
      //                this.getDetailData();
      //             }
      //          } else {
      //             this.$u.toast('加载失败')
@@ -281,9 +281,8 @@
                  console.log('LoadUnloadRef');
                  this.$nextTick(() => {
                     console.log(this.count,'count')
                     if(this.count <=1){
                        this.$refs.LoadUnloadRef.init();
                     }
                  });
                  break;
          case 7:
@@ -357,7 +356,7 @@
            });
         },
       getDetailData(){
               this.$reqGet('getTaskCoalListByBunkerId', { bunkerId:uni.getStorageSync('bunkerId')}).then(res => {
               this.$reqGet('getTaskCoalListByBunkerId', { bunkerIds:uni.getStorageSync('bunkerIds')}).then(res => {
               if (res.code === 0) {
                  this.detailData = res.data.map(item=>{
                     item.tmTaskCoalList.map(el=>{
@@ -391,10 +390,10 @@
   .search-bar {
      height: vww(20);
      width: 96%;
      width: calc(100% - 200rpx);
      position: absolute;
      top: vww(96);
      right: vww(32);
      right: 100rpx;
      z-index: 1;
      .icon-body {