| | |
| | | <!--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 wx:if="{{role==1}}" class="box2 box3" bindtap="toDetailedInformation"> |
| | | <text class="font-wenzi">报案详情</text> |
| | | </view> |
| | | <view wx:if="{{role==1}}" class="box2" bindtap="toManage"> |
| | | <view wx:if="{{role==1}}" class="box2 box4" bindtap="toManage"> |
| | | <text class="font-wenzi">案件管理</text> |
| | | </view> |
| | | </view> |
| | |
| | | <view class="more" bindtap="more">更多 >></view> |
| | | </view> |
| | | <view class="lists" wx:for="{{causeList}}" wx:key="id" wx:for-item="item"> |
| | | <swiper indicator-dots autoplay wx:if="{{item.photoStr!=null}}" current="{{swcurrent}}"> |
| | | <block wx:for="{{item.photoStr}}" wx:for-item="i" wx:for-index="indexs" wx:key="indexs"> |
| | | <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 > |
| | | <image lazy-load="true" src="{{i}}" mode="widthFix" class="top-img"/> |
| | | <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 lazy-load="true" wx:else src="{{i.url}}" mode="widthFix" class="top-img"/> |
| | | </swiper-item> |
| | | </block> |
| | | </swiper> |