token-me的一些细节

This commit is contained in:
Xu Chang 2022-07-08 12:38:23 +08:00
parent 7e83fa63be
commit 375ee566d3
3 changed files with 11 additions and 2 deletions

View File

@ -39,4 +39,5 @@
.cell {
padding: 0rpx @size-spacing-base;
background-color: #fff;
flex: 1;
}

View File

@ -1,9 +1,14 @@
import React, { Component } from 'react';
export default function render() {
const { avatar } = this.state;
return (
<div>
react
<div className='page-body'>
<div className='userInfo'>
{
avatar ?
}
</div>
</div>
);
}

View File

@ -24,6 +24,9 @@
</view>
</l-list>
<component-menu />
<view style="flex:1" />
<block wx:if="{{isRoot}}">
<l-list title="用户管理" bind:lintap="goUserManage" />
</block>
</view>
</view>