xuxueyang
2024-07-25 e998d551df1c96572838bbf661be938aa79d1be8
pages/home/components/home-price.vue
@@ -2,7 +2,7 @@
   <view class="home-price">
      <view class="flex t1">
         <view>2024-06-03 09:20:19 花满芫成交均价</view>
         <uni-icons class="m-l-a m-r-0" type="right"></uni-icons>
<!--         <uni-icons class="m-l-a m-r-0" type="right"></uni-icons>-->
      </view>
      <view class="items" style="border-top: 2rpx solid #EEEEEE;">
         <view class="flex" style="border-bottom: 2rpx solid #EEEEEE;padding-top: 24rpx;">
@@ -87,11 +87,11 @@
            list2: [],
         };
      },
      mounted() {
      async mounted() {
         const {
            data
         } = await this.$http.request('get', '/api/pub/customer/home', {
         } = await this.$http.request('get', '/api/pub/customer/home/category/price/ave', {
            size: 6,
         })
         var list = data && data.records || []