1
xuxueyang
2024-08-13 c9ece393fc028ffecca0915d1b9af62d51b5aef6
pages/home/home.vue
@@ -71,7 +71,7 @@
      <!-- 置顶的花列表 -->
      <home-top-flow></home-top-flow>
      <view style="min-height:200rpx">
      <view style="min-height:180rpx">
      </view>
      <common-footer flg="0"></common-footer>
@@ -250,8 +250,8 @@
                     }
                  }
                  this.banners = result
               }
               console.log('this.banners',this.banners)
               }
               console.log('this.banners', this.banners)
            }
         })
@@ -277,10 +277,21 @@
         }, 2000)
         //公告
         this.$http.request('get', '/api/pub/announcement/list', {
         var type = ''
         // #ifdef PUB_CUSTOMER
         type = 'customer'
         // #endif
         // #ifdef PUB_SUPPLIER
         type = 'supplier'
         // #endif
         // #ifdef PUB_PARTNER
         type = 'partner'
         // #endif
         this.$http.request('get', '/api/pub/announcement/list/' + type, {
            params: {
               size: 5,
               // status: 'A'
               status: 'A'
            }
         }).then(res => {
            if (res.code === 0) {