mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-22 01:59:36 +08:00
32 lines
1.3 KiB
Plaintext
32 lines
1.3 KiB
Plaintext
<view class="containerView public">
|
|
|
|
<view class="topHead">
|
|
<view class="maskView1"></view>
|
|
<view class="maskView2" style="background: no-repeat center/cover url({{IMG_NAME + '/profile/static/repair/index/person.png'}});"></view>
|
|
<view class="maskView3"></view>
|
|
|
|
<view class="homeView" bind:tap="back">
|
|
<van-icon name="wap-home-o" size="30rpx" color="#ffffff"/>
|
|
</view>
|
|
|
|
<view class="title">会议系统</view>
|
|
<view class="contentView">
|
|
<view class="label1">欢迎进入</view>
|
|
<view class="label2">淮安市行政中心会议管理系统</view>
|
|
</view>
|
|
<view class="logo" style="background: no-repeat center/cover url({{IMG_NAME + '/profile/static/repair/index/logo.png'}});"></view>
|
|
</view>
|
|
|
|
<view class="menuContainerView">
|
|
<view class="menuView" wx:for="{{menuList}}" wx:key="*this" bind:tap="jumpMenu" data-obj="{{item}}">
|
|
<view class="menuImg" style="background: no-repeat center/cover url({{IMG_NAME + item.img}});"></view>
|
|
<view class="menuTitle">{{item.name}}</view>
|
|
</view>
|
|
</view>
|
|
|
|
<!-- <view class="ownership">{{ownership}}</view> -->
|
|
|
|
</view>
|
|
|
|
<!-- 消息通知 -->
|
|
<van-notify id="van-notify" /> |