From 07d14cf6edbef9436aa5909bcb6b2329ecc6f9a2 Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期五, 15 七月 2022 14:44:44 +0800 Subject: [PATCH] 禅道bug --- src/views/index/components/userCard.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/index/components/userCard.vue b/src/views/index/components/userCard.vue index c7eb57c..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"> @@ -25,6 +25,7 @@ <script> export default { props: { + userBuyInfo:Object, userCardArr: { type: Array, default: () => { @@ -35,7 +36,7 @@ }, { num: "_", - label: "寰呮秷璐�", + label: "寰呯画璐�", }, { num: "_", -- Gitblit v1.8.0