From 63e00179d4a67f5b3030baa1280846abaa979432 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期一, 12 八月 2024 15:25:58 +0800 Subject: [PATCH] update 更新供应商统计和商家首页的分类样式、供应商的分类等级过滤 --- pages/home/supplier-home.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/home/supplier-home.vue b/pages/home/supplier-home.vue index 3faafc4..97c9d4b 100644 --- a/pages/home/supplier-home.vue +++ b/pages/home/supplier-home.vue @@ -53,7 +53,7 @@ <view class="flex tj-container" v-if="selftype==='supplier'"> <view class="tj-each"> <view class="num"> - {{tj.dealCountLastMonth||0}}单 + {{tj.dealCountLastMonth||0}}扎 </view> <view class="name"> 上月成交 @@ -61,7 +61,7 @@ </view> <view class="tj-each"> <view class="num"> - {{tj.dealCountToday||0}}单 + {{tj.dealCountToday||0}}扎 </view> <view class="name"> 今日成交 @@ -69,7 +69,7 @@ </view> <view class="tj-each"> <view class="num"> - {{tj.dealCountDay30||0}}单 + {{tj.dealCountDay30||0}}扎 </view> <view class="name"> 近30天成交 -- Gitblit v1.9.3