| | |
| | | <view class="userName">{{ userStore?.userInfo?.nick_name }}</view> |
| | | <view class="departs"> |
| | | <image |
| | | src="https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_app_assets/images/user/mobile.svg" |
| | | src="https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_app_assets/images/user/mobile.png" |
| | | alt="" |
| | | /> |
| | | <span>{{ user.deptName }}</span> |
| | |
| | | |
| | | const { setClipboardData, getClipboardData } = useClipboard(); |
| | | |
| | | const rightImage = getAssetsImage("/images/user/rightBtn.svg"); |
| | | const rightImage = getAssetsImage("/images/user/rightBtn.png"); |
| | | const logoImage = getAssetsImage("/images/user/logo1.png"); |
| | | |
| | | const userStore = useUserStore(); |
| | |
| | | .userBox { |
| | | padding-top: 88rpx; |
| | | } |
| | | /* #ifdef MP-WEIXIN */ |
| | | .userBox { |
| | | padding-top: 180rpx; |
| | | } |
| | | /* #endif */ |
| | | .userName { |
| | | font-weight: 700; |
| | | font-size: 36rpx; |
| | |
| | | } |
| | | |
| | | .message { |
| | | background: url(https://wrj.shuixiongit.com/drone-app/assets/static/images/user/info.png) |
| | | background: url(https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_app_assets/images/user/info.png) |
| | | no-repeat center; |
| | | background-size: 100% 100%; |
| | | } |
| | | |
| | | .passwordBox { |
| | | background: url(https://wrj.shuixiongit.com/drone-app/assets/static/images/user/password.png) |
| | | background: url(https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_app_assets/images/user/password.png) |
| | | no-repeat center; |
| | | background-size: 100% 100%; |
| | | } |