2024-03-13 17:21:06 +08:00
|
|
|
<view class="containerView public">
|
|
|
|
|
|
|
|
<view class="topHead">
|
2024-08-05 16:28:32 +08:00
|
|
|
<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>
|
|
|
|
|
2024-07-26 16:36:45 +08:00
|
|
|
<view class="title">机关事务管理平台</view>
|
|
|
|
<view class="contentView">
|
|
|
|
<view class="label1">欢迎进入</view>
|
|
|
|
<view class="label2">淮安市机关事务管理平台</view>
|
|
|
|
</view>
|
2024-03-13 17:21:06 +08:00
|
|
|
</view>
|
2024-08-05 16:28:32 +08:00
|
|
|
<view class="logo" style="background: no-repeat center/cover url({{IMG_NAME + '/profile/static/repair/index/logo.png'}});"></view>
|
2024-03-13 17:21:06 +08:00
|
|
|
|
2024-02-22 18:57:41 +08:00
|
|
|
|
2024-02-23 11:59:50 +08:00
|
|
|
<!-- 菜单模块 -->
|
|
|
|
<view class="itemTitleView">
|
|
|
|
<view class="title">我的应用</view>
|
|
|
|
</view>
|
|
|
|
<view class="fixed">
|
|
|
|
<view class="fixedbox" wx:for='{{menuList}}' wx:key='index' data-path="{{item.path}}" data-name="{{item.name}}" bindtap="navapply">
|
|
|
|
<image class="menuImg" src="{{IMG_NAME + item.img}}"></image>
|
|
|
|
<view class="menuTitle">{{item.name}}</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
2024-02-22 18:57:41 +08:00
|
|
|
|
2024-08-16 16:09:00 +08:00
|
|
|
<!-- 消息通知 -->
|
2024-08-17 15:21:33 +08:00
|
|
|
<!-- <view class="itemTitleView">
|
2024-08-16 16:09:00 +08:00
|
|
|
<view class="title">消息通知</view>
|
|
|
|
<view class="more">更多</view>
|
|
|
|
</view>
|
|
|
|
<view class="infoView">
|
|
|
|
<view class="itemView" wx:for="{{3}}">
|
|
|
|
<view class="contentView ellipsisFont">
|
|
|
|
<view class="title">工单动态</view>
|
|
|
|
<view class="msg ellipsisFont">您的工单《空调》已受理,正在处理中正在处理中正在处理中正在处理中</view>
|
|
|
|
<view class="time">2024-08-16 13:49:11</view>
|
|
|
|
</view>
|
|
|
|
<van-icon class="arrow" name="arrow" color="#c3c3c3" size="40rpx"/>
|
|
|
|
</view>
|
2024-08-17 15:21:33 +08:00
|
|
|
</view> -->
|
2024-08-16 16:09:00 +08:00
|
|
|
|
2024-02-22 18:57:41 +08:00
|
|
|
<!-- tabBar -->
|
|
|
|
<view class="tab-bar">
|
|
|
|
<view wx:for="{{tabBarList}}" wx:key="index" class="tab-bar-item {{item.bulge?'bulge':''}}" data-path="{{item.pagePath}}" data-index="{{index}}" bindtap="switchTab">
|
|
|
|
<view wx:if="item.bulge" class="tab-bar-bulge"></view>
|
|
|
|
<image class="image" src="{{tabBarParam.selected === index ? item.selectedIconPath : item.iconPath}}"></image>
|
|
|
|
<view class="tab-bar-view" style="color: {{tabBarParam.selected === index ? tabBarParam.selectedColor : tabBarParam.color}}">{{item.text}}</view>
|
|
|
|
</view>
|
2024-02-21 17:43:11 +08:00
|
|
|
</view>
|
2024-03-13 18:27:17 +08:00
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 消息提示 -->
|
2024-07-26 16:36:45 +08:00
|
|
|
<van-notify id="van-notify" />
|