From 12b2c447a6006f99284c4946b3d6f70cbf43280c Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期六, 10 八月 2024 18:26:16 +0800
Subject: [PATCH] 1

---
 pages/home/components/home-category.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/home/components/home-category.vue b/pages/home/components/home-category.vue
index ec946c9..0ff549c 100644
--- a/pages/home/components/home-category.vue
+++ b/pages/home/components/home-category.vue
@@ -2,7 +2,7 @@
 	<view class="home-category">
 		<view class="flex">
 			<view class="t1">{{today}}(今日)第一场交易中</view>
-			<view class="t2">当前在售123435扎</view>
+			<view class="t2">当前在售</view>
 		</view>
 		<view class="m-t-12 flex">
 			<view class="item" v-for="(item,index) of list" :key="index" @click.stop="toList(item)">

--
Gitblit v1.9.3