29 lines
1.0 KiB
Plaintext
Raw Normal View History

2024-07-26 16:36:45 +08:00
<view class="containerView public">
<view class="topHead">
2024-07-29 10:32:57 +08:00
<view class="maskView1"></view>
<view class="maskView2"></view>
<view class="maskView3"></view>
2024-07-30 11:17:41 +08:00
<view class="homeView" bind:tap="back">
<van-icon name="revoke" size="30rpx" color="#ffffff"/>
</view>
2024-07-26 16:36:45 +08:00
<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>
2024-07-29 11:37:22 +08:00
<!-- <view class="ownership">{{ownership}}</view> -->
2024-07-26 16:36:45 +08:00
</view>