20 lines
719 B
Plaintext
Raw Normal View History

2024-07-26 16:36:45 +08:00
<view class="containerView public">
<view class="topHead">
<view class="title">随手拍</view>
<view class="contentView">
<view class="label1">欢迎进入</view>
<view class="label2">淮安市行政中心报修“随手拍”服务平台</view>
</view>
<view class="logo"></view>
</view>
<view class="menuContainerView">
2024-07-26 17:28:44 +08:00
<view class="menuView" wx:for="{{menuList}}" wx:key="*this" bind:tap="jumpMenu" data-obj="{{item}}">
2024-07-26 16:36:45 +08:00
<view class="menuImg" style="background: no-repeat center/cover url({{IMG_NAME + item.img}});"></view>
<view class="menuTitle">{{item.name}}</view>
</view>
</view>
</view>