|
|
@ -3,7 +3,7 @@ |
|
|
<view class="lf-row-center lf-flex-column box"> |
|
|
<view class="lf-row-center lf-flex-column box"> |
|
|
<!-- <image class="img" :src="userInfo.avatar" v-if="userInfo.avatar"></image> --> |
|
|
<!-- <image class="img" :src="userInfo.avatar" v-if="userInfo.avatar"></image> --> |
|
|
<!-- <image class="img" src="../../static/logo.png" v-else></image> --> |
|
|
<!-- <image class="img" src="../../static/logo.png" v-else></image> --> |
|
|
<image class="img" src="../../static/logo.png" ></image> |
|
|
|
|
|
|
|
|
<image class="img" src="../../static/logo1.png" ></image> |
|
|
<view class="lf-m-t-30 lf-font-32" v-if="type == 'phone'">{{ userInfo.nickname || '游客用户' }}</view> |
|
|
<view class="lf-m-t-30 lf-font-32" v-if="type == 'phone'">{{ userInfo.nickname || '游客用户' }}</view> |
|
|
<block v-if="type == 'userinfo'"> |
|
|
<block v-if="type == 'userinfo'"> |
|
|
<button class="btn" @click="getUserProfile"> |
|
|
<button class="btn" @click="getUserProfile"> |
|
|
|