Commit 3423d690 authored by lijiongliang's avatar lijiongliang

个人中心修改

parent 4eea69e3
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<div class="ps__info"> <div class="ps__info">
<div class="info__cover"> <div class="info__cover">
<image v-if="avatar" :src="avatar" /> <image v-if="avatar" :src="avatar" />
<image v-else src="@/static/my/my2.png" /> <image v-else src="@/static/my/my2.jpg" />
</div> </div>
<div> <div>
<div class="info__name">{{userInfo.nickName || '默认昵称'}}</div> <div class="info__name">{{userInfo.nickName || '默认昵称'}}</div>
...@@ -102,7 +102,7 @@ export default { ...@@ -102,7 +102,7 @@ export default {
], ],
items: [{ items: [{
title: '待发货', title: '待发货',
icon: require('@/static/my/my2.png'), icon: require('@/static/my/my2.jpg'),
page: 0 page: 0
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment