1234567891011121314151617 |
- <nav-bar navbar-data='{{navbarData}}' needBack="{{false}}"></nav-bar>
- <view class="main" style="padding-top:{{height}}px;height:{{windowHeight-height}}px">
- <view class="one">
- <view class="left">
- <image src="{{userInfo.avatarUrl}}"></image>
- </view>
- <view class="right">
- <view class="name">
- {{userInfo.nickName}}
- </view>
- </view>
- </view>
- <view class="two">
- <van-cell title="历史记录" is-link bind:click="routeBtn" data-type="1" />
- <van-cell title="退出登录" is-link bind:click="routeBtn" data-type="2" />
- </view>
- </view>
|