| | |
| | | <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;"> |
| | |
| | | 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 || [] |