报表申报智能运输页面完成
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
<!-- 底部导航栏:我的 -->
|
||||
<template>
|
||||
<view class="contentBox">
|
||||
|
||||
<view class="content">
|
||||
<view class="userInfo">
|
||||
<uv-image src="../../static/avatar.png" width="120rpx" height="120rpx" shape="circle" />
|
||||
<uv-image src="../../static/avatar.png" width="80rpx" height="80rpx" shape="circle" />
|
||||
<view class="right">
|
||||
<h3 class="nickName">{{ userInfo?.nickName }}</h3>
|
||||
<p class="tag">{{ userInfo?.dept.deptName }}</p>
|
||||
@@ -14,7 +13,7 @@
|
||||
<view style="margin-top: 24rpx;">
|
||||
<uni-list>
|
||||
<uni-list-item v-for="(item, index) in menuList" :key="item.id" :title="item.title" :thumb="item.thumb"
|
||||
thumb-size="sm" link @click="item.click" clickable />
|
||||
thumb-size="sm" link @tap="item.click" clickable />
|
||||
</uni-list>
|
||||
</view>
|
||||
<uni-popup ref="popupRef" type="center" background-color="#fff" borderRadius="8px">
|
||||
@@ -22,8 +21,8 @@
|
||||
<view class="popup-body">
|
||||
<p>确定退出登录吗?</p>
|
||||
<view class="popup-btn">
|
||||
<uv-button type="primary" @click="toLogout" text="确定"></uv-button>
|
||||
<uv-button @click="close" type="info " text="取消"></uv-button>
|
||||
<uv-button type="primary" @tap="toLogout" text="确定"></uv-button>
|
||||
<uv-button @tap="close" type="info " text="取消"></uv-button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -96,12 +95,13 @@ getUserInfo();
|
||||
<style lang="scss" scoped>
|
||||
.userInfo {
|
||||
background-color: #fff;
|
||||
padding: 36rpx;
|
||||
padding: 24rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.right {
|
||||
margin-left: 48rpx;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.tag {
|
||||
|
||||
Reference in New Issue
Block a user