19 lines
730 B
Plaintext
19 lines
730 B
Plaintext
<!--pages/my/my.wxml-->
|
|
<view class="my">
|
|
<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>
|
|
<text>驻场</text>
|
|
</view>
|
|
</view>
|
|
<card cardName="发薪管理" icons="{{iconsList1}}" />
|
|
<card cardName="管理助手" icons="{{iconsList2}}" />
|
|
<card cardName="风险管控" icons="{{iconsList3}}" />
|
|
<t-cell title="回到首页" hover arrow leftIcon="home" bordered="{{false}}" />
|
|
<t-cell title="关于我们" hover arrow leftIcon="error-circle" bordered="{{false}}" />
|
|
</view>
|
|
|