From 4184b50aa0f50790f21932b226da2e50d106250d Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 21 十月 2022 15:47:38 +0800
Subject: [PATCH] 45
---
src/views/myMine/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/myMine/index.vue b/src/views/myMine/index.vue
index f1152aa..b04b713 100644
--- a/src/views/myMine/index.vue
+++ b/src/views/myMine/index.vue
@@ -7,7 +7,7 @@
round
width="50px"
height="50px"
- src="https://fastly.jsdelivr.net/npm/@vant/assets/cat.jpeg"
+ :src="patientInfo.patientInfo.patientAvatarIcon"
/>
</div>
<div class="rowtext">
@@ -36,7 +36,7 @@
<img
style=" width: 55px;height: 55px;margin-left: 8%; margin-top: 15px;"
referrerpolicy="no-referrer"
- :src="patientInfo.patientInfo.patientAvatarIcon"
+ src="./imgs/erwm.png"
/>
<div class="devcc">出示称重码</div>
</div>
--
Gitblit v1.8.0