From e998d551df1c96572838bbf661be938aa79d1be8 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期四, 25 七月 2024 15:01:16 +0800
Subject: [PATCH] fix bug

---
 pages/home/components/home-price.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pages/home/components/home-price.vue b/pages/home/components/home-price.vue
index b96ad7d..779db45 100644
--- a/pages/home/components/home-price.vue
+++ b/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 || []

--
Gitblit v1.9.3