17 lines
778 B
Plaintext
17 lines
778 B
Plaintext
<!--pages/my/my.wxml-->
|
|
<view class="my" style="padding-bottom: 25%;">
|
|
<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}}" url="../index/index" />
|
|
<t-cell title="关于我们" hover arrow leftIcon="error-circle" bordered="{{false}}" />
|
|
</view> |