token-me的一些细节
This commit is contained in:
parent
7e83fa63be
commit
375ee566d3
|
|
@ -39,4 +39,5 @@
|
|||
.cell {
|
||||
padding: 0rpx @size-spacing-base;
|
||||
background-color: #fff;
|
||||
flex: 1;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
Loading…
Reference in New Issue