| | |
| | | <!-- 我的 --> |
| | | <template> |
| | | <view class="page-wrap"> |
| | | |
| | | <view class="userBox"> |
| | | <view class="flex items-center pb-30rpx pl-30rpx pr-20rpx"> |
| | | <view class="mr-20rpx"> |
| | | <u-avatar :src="user.avatar" size="70" /> |
| | |
| | | </view> |
| | | <div class="bottomLogo"><image src="@/static/images/user/logo1.png" alt="" /></div> |
| | | </view> |
| | | </view> |
| | | </template> |
| | | |
| | | <script setup> |
| | | import { |
| | | getUserInfo, |
| | | updateInfo, |
| | | updatePassword |
| | | |
| | | } from '@/api/user/index.js'; |
| | | import { |
| | | useClipboard |
| | |
| | | |
| | | function getDeviceRegion() { |
| | | getDeviceRegionApi().then(res => { |
| | | // console.log(res.data.data, '用户设备') |
| | | |
| | | }) |
| | | } |
| | | const handelEdit = (val) => { |
| | |
| | | width: 100%; |
| | | height: 100%; |
| | | |
| | | } |
| | | .userBox { |
| | | padding-top: 88rpx; |
| | | } |
| | | |
| | | .userName { |
| | | font-weight: 700; |
| | | font-size: 36rpx; |