| | |
| | | <!--index.wxml--> |
| | | <view class="container"> |
| | | <view class="imageView"> |
| | | <image style="width:100%;" class="indexImage" src="../../image/test3.jpg"></image> |
| | | <image style="width:100%;" class="indexImage" src="../../image/bacjc.jpg"></image> |
| | | <!-- <text class="font-name">青阳经侦</text> --> |
| | | </view> |
| | | <view class="box-title"> |
| | | <view class="box1" bindtap="getGroup"> |
| | | |
| | | <!-- <view class="box1" bindtap="getGroup"> |
| | | <image class="icon" src="../icon/16_jinhuodl.png"></image> |
| | | <text class="font-wenzi">群组聊天</text> |
| | | </view> |
| | | <view class="box1" bindtap="getPublicty"> |
| | | <image class="icon" src="../icon/25_zhanghumx.png"></image> |
| | | <text class="font-wenzi">公共宣传</text> |
| | | </view> |
| | | <view class="box1" bindtap="getReport"> |
| | | <image class="icon" src="../icon/9-报案管理.png"></image> |
| | | <text class="font-wenzi">我要报案</text> |
| | | </view> |
| | | <view class="box1" bindtap="getAudi"> |
| | | </view> --> |
| | | <!-- <view class="box1" bindtap="getReport"> |
| | | <image class="icon" src="../icon/9_baoanguangli.png"></image> |
| | | <text class="font-wenzi">受损人员</text> |
| | | <text class="font-wenzi">信息登记</text> |
| | | </view> --> |
| | | <!-- <view class="box1" bindtap="getAudi"> |
| | | <image class="icon" src="../icon/3_xiaji.png"></image> |
| | | <text class="font-wenzi">个人中心</text> |
| | | </view> --> |
| | | <view class="box2 box-t" bindtap="getReport"> |
| | | <text class="font-wenzi">受损人员信息登记</text> |
| | | </view> |
| | | <view class="box2 box1 box-t" bindtap="getamoter"> |
| | | <text class="font-wenzi">警方公告</text> |
| | | </view> |
| | | <view wx:if="{{role==1}}" class="box2 box3" bindtap="toDetailedInformation"> |
| | | <text class="font-wenzi">登记审核</text> |
| | | </view> |
| | | <view wx:if="{{role==1}}" class="box2 box4" bindtap="toManage"> |
| | | <text class="font-wenzi">案件管理</text> |
| | | </view> |
| | | </view> |
| | | <!-- <view class="container3"> |
| | | <view class="box3" bindtap="getReport"> |
| | | <image class="icon" src="../icon/9-报案管理.png"></image> |
| | | <image class="icon" src="../icon/9_baoanguangli.png"></image> |
| | | <text class="font-wenzi">我要报案</text> |
| | | </view> |
| | | <view class="box4" bindtap="getAudi"> |
| | |
| | | <view class="font-wenzi1">公共宣传</view> |
| | | <view class="more" bindtap="more">更多 >></view> |
| | | </view> |
| | | <view class="lists" wx:for="{{causeList}}" wx:key="id"> |
| | | <view class="lists" wx:for="{{causeList}}" wx:key="id" wx:for-item="item"> |
| | | <swiper indicator-dots autoplay="{{autoplay}}" wx:if="{{item.photoStr!=null}}" current="{{swcurrent}}"> |
| | | <block wx:for="{{item.imagarr}}" wx:for-item="i" wx:for-index="indexs" wx:key="indexs" > |
| | | <swiper-item > |
| | | <video class="swiper-video" onloadedmetadata="resizeVideo" bindplay="videoplay" wx:if="{{i.type=='mp4'}}" object-fit='contain' data-pic="{{i}}" id="{{i.url}}" src="{{i.url}}"controls ></video> |
| | | <image bindtap="detalnew" data-id="{{item.id}}" lazy-load="true" wx:else src="{{i.url}}" mode="widthFix" class="top-img"/> |
| | | </swiper-item> |
| | | </block> |
| | | </swiper> |
| | | <view bindtap="detalnew" data-id="{{item.id}}"> |
| | | <view class="lists-top"> |
| | | <view class="lists-top-title">{{item.publicityTitle}}</view> |
| | | <view class="lists-top-time">{{item.releaseTime}}</view> |
| | | </view> |
| | | <view class="lists-content">{{item.text}}</view> |
| | | <view class="lists-content" >{{item.text}}</view> |
| | | </view> |
| | | |
| | | </view> |
| | | </view> |