| | |
| | | <view class="page-content"> |
| | | |
| | | <view class="banner"> |
| | | <image src="https://picsum.photos/200/200" mode=""></image> |
| | | <image src="/static/head.png" mode=""></image> |
| | | </view> |
| | | <view class="main-page-box"> |
| | | <view class="second-box"> |
| | | <image src="/static/index.png" class="icon"></image> |
| | | <image src="/static/hqzc.png" class="icon"></image> |
| | | <view class="driver"></view> |
| | | <view class="right-box"> |
| | | <view> |
| | |
| | | </view> |
| | | </view> |
| | | <view class="policy-list"> |
| | | <u-button @click="applyPulicy">执法申请</u-button> |
| | | <u-button v-if="isJudge">执法审批</u-button> |
| | | <u-button @click="report">执法结果上报</u-button> |
| | | <u-button @click="applyRecord">记录查询</u-button> |
| | | <u-button @click="goDataLook">数据看板</u-button> |
| | | <!-- v-if="isJudge" --> |
| | | <image src="/static/policy/zhi1.png" @click="applyPulicy" mode="widthFix"></image> |
| | | <image src="/static/policy/zhi2.png" @click="recordZhifa" mode="widthFix"></image> |
| | | <image src="/static/policy/zhi3.png" @click="report" mode="widthFix"></image> |
| | | <image src="/static/policy/zhi4.png" @click="applyRecord" mode="widthFix"></image> |
| | | <image src="/static/policy/zhi5.png" @click="goDataLook" mode="widthFix"></image> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | uni.navigateTo({ |
| | | url: '/policy/applyRecord/applyRecord' |
| | | }) |
| | | }, |
| | | recordZhifa() { |
| | | uni.navigateTo({ |
| | | url: '/policy/translate/translate' |
| | | }) |
| | | } |
| | | } |
| | | } |
| | |
| | | .page-content{ |
| | | .banner{ |
| | | width: 100%; |
| | | height: 400rpx; |
| | | height: 520rpx; |
| | | image{ |
| | | width: 100%; |
| | | height: 100%; |
| | |
| | | } |
| | | .policy-list{ |
| | | margin: 22rpx 32rpx; |
| | | image{ |
| | | width: 100%; |
| | | height: 160rpx; |
| | | margin-bottom: 20rpx; |
| | | } |
| | | image::last-child{ |
| | | margin-bottom: 0; |
| | | } |
| | | } |
| | | } |
| | | </style> |