mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-10 03:16:45 +08:00
我的勋章头像
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="my-medal">
|
||||
<view class="medal-img">
|
||||
<u-avatar style="margin: 0 auto;" v-if="userInfo.avatar && userInfo.avatar!=''" shape="circle" :size="76" :src="fileBaseUrl + userInfo.avatar" ></u-avatar>
|
||||
<u-avatar style="margin: 0 auto;" v-if="userInfo.avatar && userInfo.avatar!=''" shape="circle" :size="76" :src="userInfo.avatar" ></u-avatar>
|
||||
<view v-else>
|
||||
<view v-if="userInfo.sex == null" class="peo"></view>
|
||||
<view v-else>
|
||||
|
||||
Reference in New Issue
Block a user