Browse Source

1

和田中职
suyanyan 4 days ago
parent
commit
963b2e16a6
1 changed files with 6 additions and 4 deletions
  1. +6
    -4
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my.vue

+ 6
- 4
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my.vue View File

@@ -1,10 +1,11 @@
<template> <template>
<view v-if="currentUser" id="my" class="page"> <view v-if="currentUser" id="my" class="page">
<!-- 顶部用户名、头像 banner --> <!-- 顶部用户名、头像 banner -->
<view @click="goTo('info')" class="mybanner">
<!-- @click="goTo('info')" -->
<view class="mybanner">
<view class="avatarslot"> <view class="avatarslot">
<image :src="avatarSrc()" :style="{ borderRadius: roundAvatar ? '50%' : '3px' }" mode="aspectFit"
class="avatar"></image>
<image src="https://b0.bdstatic.com/0df6c8c7f109aa7b67e7cb15e6f8d025.jpg@h_1280"
:style="{ borderRadius: roundAvatar ? '50%' : '3px' }" mode="aspectFit" class="avatar"></image>
</view> </view>
<view class="info"> <view class="info">
<view class="username text-xl text-white">{{ currentUser.realName }}</view> <view class="username text-xl text-white">{{ currentUser.realName }}</view>
@@ -16,7 +17,8 @@
</view> </view>
<!-- 用户信息菜单 --> <!-- 用户信息菜单 -->
<l-list border card> <l-list border card>
<l-list-item @click="goTo('contact')" arrow>
<!-- @click="goTo('contact')" -->
<l-list-item arrow>
<l-icon type="phone" color="blue" /> <l-icon type="phone" color="blue" />
联系方式 联系方式
</l-list-item> </l-list-item>


Loading…
Cancel
Save