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 @@