| | |
| | | <view class="content">{{reportDetail.cheatTime}}</view> |
| | | <view class="font-wenzi">被骗时间</view> |
| | | </view> |
| | | <view class="list1"> |
| | | <!-- <view class="list1"> |
| | | <view class="content">{{reportDetail.reportDescription}}</view> |
| | | <view class="font-wenzi">案件描述</view> |
| | | |
| | | </view> |
| | | <view class="list1"> |
| | | </view> --> |
| | | <!-- <view class="list1"> |
| | | <view class="font-wenzi">补充信息</view> |
| | | <view class="font-wenzi1">{{reportDetail.information}}</view> |
| | | </view> |
| | | </view> --> |
| | | <view class="list1"> |
| | | <view class="font-wenzi">报案材料</view> |
| | | <view class= wx:for="{{images}}" wx:key="index"> |
| | | <image lazy-load="true" style="width: 100%;" src="{{item}}" mode="aspectFill"></image> |
| | | </view> |
| | | |
| | | </view> |
| | | <van-tabs active="a" ellipsis="{{false}}" bind:change="onChangeTabs"> |
| | | <van-tab title="身份证正反面" name="a"> |
| | | <view class="images-view" wx:for="{{idCardMaterials}}" wx:key="index"> |
| | | <van-image class="images-list" width="100" height="100" src="{{item}}" /> |
| | | </view> |
| | | </van-tab> |
| | | <van-tab title="相关合同" name="b"> |
| | | <view class="images-view" wx:for="{{contractMaterials}}" wx:key="index"> |
| | | |
| | | <van-image class="images-list" width="100" height="100" src="{{item}}" /> |
| | | </view> |
| | | </van-tab> |
| | | <van-tab title="交易凭证" name="c"> |
| | | <view class="images-view" wx:for="{{transactionMaterials}}" wx:key="index"> |
| | | |
| | | <van-image class="images-list" width="100" height="100" src="{{item}}" /> |
| | | </view> |
| | | </van-tab> |
| | | <van-tab title="其他" name="d"> |
| | | <view class="images-view" wx:for="{{elseMaterials}}" wx:key="index"> |
| | | |
| | | <van-image class="images-list" width="100" height="100" src="{{item}}" /> |
| | | </view> |
| | | </van-tab> |
| | | </van-tabs> |
| | | <view class="list1"> |
| | | <picker bindchange="pickCause" class="content" value="{{causeIndex}}" range="{{causeList}}" range-key="{{'name'}}" mode="selector"> |
| | | <view class="picker"> |
| | |
| | | <view class="font-wenzi">关联案件</view> |
| | | </view> |
| | | <view class="button"> |
| | | <!-- <button size="mini" class="button3" bindtap="deny">驳 回</button> --> |
| | | <button size="mini" class="button3" bindtap="deny">驳 回</button> |
| | | <button class="button2" size="mini" bindtap="pass">通 过</button> |
| | | <button class="button1" size="mini" bindtap="cancel">取 消</button> |
| | | </view> |