From 2d3c285e0cf7d416ce39ace0172648f6d1d56c01 Mon Sep 17 00:00:00 2001 From: aiShuiJiaoDeXioShou <2832294398@qq.com> Date: Sat, 14 Sep 2024 08:00:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=A8=A1=E5=9D=97=E4=BF=83?= =?UTF-8?q?=E4=BD=BF=E4=B8=A4=E4=B8=AASpringBoot=20=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E4=B9=8B=E9=97=B4=E8=81=94=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acdr-ui/src/pages/my/index.vue | 119 +++++++++++++++------------------ 1 file changed, 54 insertions(+), 65 deletions(-) diff --git a/acdr-ui/src/pages/my/index.vue b/acdr-ui/src/pages/my/index.vue index 2d4cedb2..9290e55f 100644 --- a/acdr-ui/src/pages/my/index.vue +++ b/acdr-ui/src/pages/my/index.vue @@ -1,8 +1,8 @@ { style: { - navigationBarTitleText: "我的页面", - navigationStyle: "custom", + navigationBarTitleText: '我的页面', + navigationStyle: 'custom', }, needLogin: true, } @@ -22,11 +22,7 @@ :height="100" round mode="aspectFill" - :src=" - userInfo.avatar == '' - ? imgUrl('@/static/my/avatar.jpg') - : baseUrl + userInfo.avatar - " + :src="userInfo.avatar == '' ? imgUrl('@/static/my/avatar.jpg') : imgUrl(userInfo.avatar)" > {{ userInfo.nickname }} @@ -70,20 +66,13 @@ - + 我的宠物 - + {{ pet.name }} @@ -121,101 +110,101 @@