mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 20:09:37 +08:00
16 lines
747 B
Plaintext
16 lines
747 B
Plaintext
<view class="page">
|
|
<view>
|
|
<image src="/images/online.png" mode="widthFix" style="width:100%;"></image>
|
|
</view>
|
|
<scroll-view scroll-y="true" class="contenBox">
|
|
<view wx:if="{{list.length > 0}}">
|
|
<view style="font-size: 13pt;margin: 40rpx 0 20rpx 0" class="fontW">企业服务</view>
|
|
<view class="fixed">
|
|
<view class="fixedbox" wx:for='{{list}}' wx:key='index' data-objlist="{{item}}" bindtap="navapply">
|
|
<image src="{{IMG_NAME+item.menuImg}}" style="width:90rpx;height: 90rpx;overflow:hidden;border-radius: 50rpx;" mode="widthFix"></image>
|
|
<view class="fontW" style="font-size:26rpx;margin-top:14rpx;">{{item.menuName}}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</scroll-view>
|
|
</view> |