|
@ -3,6 +3,7 @@ |
|
|
<view style="overflow: auto; padding: 0 15px;"> |
|
|
<view style="overflow: auto; padding: 0 15px;"> |
|
|
<!--轮播图--> |
|
|
<!--轮播图--> |
|
|
<view class="card"> |
|
|
<view class="card"> |
|
|
|
|
|
<view class="absolute-header">河州路智慧管廊 数字化智能运维</view> |
|
|
<swiper indicator-dots="true" autoplay="{{true}}" interval="{{2000}}" duration="{{500}}"> |
|
|
<swiper indicator-dots="true" autoplay="{{true}}" interval="{{2000}}" duration="{{500}}"> |
|
|
<block wx:for-items="{{swiperData}}" wx:key="*this"> |
|
|
<block wx:for-items="{{swiperData}}" wx:key="*this"> |
|
|
<swiper-item> |
|
|
<swiper-item> |
|
@ -32,7 +33,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view style="display: flex; justify-content: space-around;"> |
|
|
<view style="display: flex; justify-content: space-around;"> |
|
|
<view class="flex" style="padding-left:10px ;"> |
|
|
<view class="flex" style="padding-left:10px;" bindtap="jumpToRiskCalendar"> |
|
|
<view style="margin:10px 0px;" class="only">发现问题个数</view> |
|
|
<view style="margin:10px 0px;" class="only">发现问题个数</view> |
|
|
<view style="margin:10px 0px;"><text class="fontStyle">{{sevenDaysQuestionCount}}</text></view> |
|
|
<view style="margin:10px 0px;"><text class="fontStyle">{{sevenDaysQuestionCount}}</text></view> |
|
|
<view style="margin:10px 0px;" class="only">个</view> |
|
|
<view style="margin:10px 0px;" class="only">个</view> |
|
|