Files
lichebao/pages/mine/install/index.wxml
T
2021-07-28 20:06:18 +08:00

30 lines
1.2 KiB
Plaintext

<view class="container">
<view class="inner30">
<view class="wp100 pt5 pb5 bg-fff img-fill-cover box-shadow-000-10-10 ulib-r10" style="background-image: url({{imgUrl}}mine/theme.jpg);">
<view class="relative inner40">
<view class="img-135x135 bds-1-eb ulib-r750 overflowhidden">
<open-data type="userAvatarUrl"></open-data>
</view>
<view class="absolute left-0 right-0 box-middle pl200">
<view class="text-bold font-32">
<!-- <open-data type="userNickName"></open-data> -->
{{userInfo.uname}}
<text class="font-22 color-666" wx:if="{{userInfo.group_name}}">({{userInfo.group_name}})</text>
</view>
<view class="mt10 font-22 color-666">{{userInfo.biz_name}}</view>
</view>
</view>
</view>
</view>
<view class="fn-clear">
<block wx:for="{{list}}" wx:key='index'>
<view class="fn-fl mt30 ml30 pt35 bg-f8 img-208x170 text-center ulib-r10" bindtap="pushLink" data-url="{{item.url}}">
<i class="iconfont {{item.icon}}"></i>
<view class="mt5">{{item.title}}</view>
</view>
</block>
</view>
</view>
<lcb-footer></lcb-footer>