From 65c59d3258286f8d23f86931c15be21f8ad28e46 Mon Sep 17 00:00:00 2001
From: liutong <836164388@qq.com>
Date: Mon, 14 Apr 2025 17:56:32 +0800
Subject: [PATCH] =?UTF-8?q?display(user-info):=20=E6=9B=B4=E6=96=B0?=
=?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF=E5=B1=95=E7=A4=BA=E9=80=BB?=
=?UTF-8?q?=E8=BE=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 将用户昵称或用户名显示改为仅显示用户姓名
- 隐藏"切换身份"按钮
- 动态显示用户业绩单数和已签单数
---
pages/market/my/index.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pages/market/my/index.vue b/pages/market/my/index.vue
index 13f7106..cd9ef58 100644
--- a/pages/market/my/index.vue
+++ b/pages/market/my/index.vue
@@ -12,11 +12,11 @@
- {{userInfo.nickname ? userInfo.nickname:userInfo.username}}
+ {{userInfo.name}}
- 切换身份
+
@@ -35,11 +35,11 @@
- 1234
+ {{userInfo.yjds}}
业绩单数/人
- 4
+ {{userInfo.yqds}}
已签单数/人