15 lines
459 B
Plaintext
15 lines
459 B
Plaintext
<!--pages/employee/index.wxml-->
|
|
<view >
|
|
<view class="userinfo">
|
|
<view class="userinfo-avatar" bindtap="bindViewTap">
|
|
<open-data type="userAvatarUrl"></open-data>
|
|
</view>
|
|
<view class="userinfo-detail">
|
|
<text class="userinfo-name">微信用户</text>
|
|
</view>
|
|
</view>
|
|
<card cardName="个人中心" icons="{{iconsList1}}" />
|
|
<card cardName="智能人事" icons="{{iconsList2}}" />
|
|
</view>
|
|
|