| | |
| | | <template> |
| | | <div class="userCard"> |
| | | <div class="profile"> |
| | | <img src="/images/index/default.png" alt="" /> |
| | | <img v-if="!userInfo" src="/images/index/default.png" alt="" /> |
| | | <img v-else src="/images/index/8.jpg" style="border-radius: 50%" alt="" /> |
| | | </div> |
| | | <div class="notification" v-if="!userInfo"> |
| | | Hi!请 |
| | |
| | | <script> |
| | | export default { |
| | | props: { |
| | | userBuyInfo:Object, |
| | | userBuyInfo: Object, |
| | | userCardArr: { |
| | | type: Array, |
| | | default: () => { |
| | |
| | | num: "_", |
| | | label: "待付款", |
| | | }, |
| | | { |
| | | /* { |
| | | num: "_", |
| | | label: "待续费", |
| | | }, |
| | | { |
| | | num: "_", |
| | | label: "消息中心", |
| | | }, |
| | | }, */ |
| | | ]; |
| | | }, |
| | | }, |