From 6ef2ac92c0d3f79b59b8698274918df830b58b29 Mon Sep 17 00:00:00 2001
From: ZZJ <10913410+zzj2100@user.noreply.gitee.com>
Date: 星期四, 28 七月 2022 10:20:24 +0800
Subject: [PATCH] 禅道bug

---
 src/views/index/components/userCard.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/index/components/userCard.vue b/src/views/index/components/userCard.vue
index 1ac012f..144051e 100644
--- a/src/views/index/components/userCard.vue
+++ b/src/views/index/components/userCard.vue
@@ -1,7 +1,7 @@
 <template>
   <div class="userCard">
     <div class="profile">
-      <img src="/images/index/榛樿澶村儚-01.png" alt="" />
+      <img src="/images/index/default.png" alt="" />
     </div>
     <div class="notification" v-if="!userInfo">
       Hi!璇�
@@ -11,7 +11,7 @@
         >娉ㄥ唽</span
       >
     </div>
-    <div class="des" v-if="!userInfo">鐧诲綍鍚庢煡鐪嬩釜浜哄伐鍏锋爮</div>
+    <div class="des" v-if="!userInfo">娆㈣繋鏉ュ埌璐濇�濈宸ヤ笟浜掕仈缃戝钩鍙�</div>
     <div class="userName" v-else>{{ userInfo.username }}</div>
     <div class="bottom">
       <div class="bottomItem" v-for="(item, index) in userCardArr" :key="index">

--
Gitblit v1.8.0