From c38dbc9c6a00585bb3227503b926150bcfbade62 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Tue, 1 Aug 2023 16:03:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E4=BD=93=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user.vue | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/src/views/user.vue b/src/views/user.vue index 1028353..d16091c 100644 --- a/src/views/user.vue +++ b/src/views/user.vue @@ -4,7 +4,8 @@
- +
@@ -76,8 +77,9 @@
共收藏 {{ count['fav'] }} 个房源
-
{{ count['publish'] }} 条房源(上架 {{ stat['listing'] }} | 草稿 {{ stat['draft'] - }} | 下架 {{ stat['offshelf'] }})
+
{{ count['publish'] }} 条房源(上架 {{ stat['listing'] }}
|
草稿 {{ stat['draft'] + }}
|
下架 {{ stat['offshelf'] }})
@@ -327,6 +329,10 @@ onUnmounted(() => {