From 1c5d6a4b20d3b2577431db0ef7b4a845174e7c66 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期六, 10 八月 2024 18:41:24 +0800 Subject: [PATCH] fix bug --- 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