| | |
| | | <view class="flex-1"> |
| | | <view class="userName">{{ userStore?.userInfo?.nick_name }}</view> |
| | | <view class="departs"> |
| | | <img src="/src/static/images/user/mobile.svg" alt="" /> |
| | | <image src="@/static/images/user/mobile.svg" alt="" /> |
| | | <span>{{user.deptName}}</span> |
| | | </view> |
| | | </view> |
| | | <view class="rightLogo"> |
| | | <img src="/src/static/images/user/logo2.png" alt="" /> |
| | | <image src="@/static/images/user/logo2.png" alt="" /> |
| | | </view> |
| | | </view> |
| | | <view class="personalInformation"> |
| | | <div class="message"> |
| | | <div class="messagebox">个人信息</div> |
| | | <div class="editInfo" @click="handelEdit(1)">点击编辑 |
| | | <img src="/src/static/images/user/rightBtn.svg" alt="" /> |
| | | <image src="@/static/images/user/rightBtn.svg" alt="" /> |
| | | </div> |
| | | </div> |
| | | <div class="passwordBox"> |
| | | <div class="messagebox">修改密码</div> |
| | | <div class="editInfo" @click="handelEdit(2)">点击编辑 <img src="/src/static/images/user/rightBtn.svg" alt="" /> |
| | | <div class="editInfo" @click="handelEdit(2)">点击编辑 <image src="@/static/images/user/rightBtn.svg" alt="" /> |
| | | </div> |
| | | </div> |
| | | </view> |
| | |
| | | <view class="mt-20rpx"> |
| | | <div class="goOutStyle" @click="logOut">退出登录</div> |
| | | </view> |
| | | <div class="bottomLogo"><img src="/src/static/images/user/logo1.png" alt="" /></div> |
| | | <div class="bottomLogo"><image src="@/static/images/user/logo1.png" alt="" /></div> |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | align-items: center; |
| | | margin-top: 22rpx; |
| | | |
| | | image { |
| | | width: 28rpx; |
| | | height: 28rpx; |
| | | } |
| | | |
| | | span { |
| | | font-family: "Source Han Sans CN"; |
| | | font-weight: 400; |
| | |
| | | width: 200rpx; |
| | | height: 80rpx; |
| | | |
| | | img { |
| | | image { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | |
| | | margin: 0 auto; |
| | | text-align: center; |
| | | |
| | | img { |
| | | image { |
| | | width: 128rpx; |
| | | height: 52rpx; |
| | | } |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | |
| | | img { |
| | | image { |
| | | width: 28rpx; |
| | | height: 28rpx; |
| | | } |
| | |
| | | } |
| | | |
| | | .message { |
| | | background: url('/src/static/images/user/info.png') no-repeat center; |
| | | background: url(@/static/images/user/info.png) no-repeat center; |
| | | background-size: 100% 100%; |
| | | |
| | | } |
| | | |
| | | .passwordBox { |
| | | background: url('/src/static/images/user/password.png') no-repeat center; |
| | | background: url(@/static/images/user/password.png) no-repeat center; |
| | | background-size: 100% 100%; |
| | | |
| | | } |