You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
1.5 KiB
Plaintext

<view class="claims-card"><block wx:if="{{type==1}}"><view class="card-item" style="{{'height:'+(bodyHeight)+';'}}"><view class="top-title"><image src="../../../static/img/title-img1.png"></image><text>验蟹师审核中</text></view><view class="card-tips">等待验蟹师审核,<text>{{restTime}}</text>后将自动理赔</view><view class="card-info"><view class="card-time">2024.06.01 12:24</view><view class="card-price">预计理赔<text>23.67</text></view></view><view class="card-btn">查看理赔详情</view></view></block><block wx:if="{{type==2}}"><view class="card-item" style="{{'height:'+(bodyHeight)+';'}}"><view class="top-title"><image src="../../../static/img/title-img2.png"></image><text>理赔完成</text></view><view class="card-tips">理赔款已赔付至您的钱包余额,请您查收</view><view class="card-info"><view class="card-time">2024.06.01 12:24</view><view class="card-price">预计理赔<text>23.67</text></view></view><view class="card-btn">查看理赔详情</view></view></block><block wx:if="{{type==3}}"><view class="card-item disagree" style="{{'height:'+(bodyHeight)+';'}}"><view class="top-title"><image src="../../../static/img/title-img3.png"></image><text>验蟹师驳回</text></view><view class="card-tips">未提交 3 只死蟹在一张照片中的合影</view><view class="card-info"><view class="card-time">2024.06.01 12:24</view><view class="card-price">预计理赔<text>23.67</text></view></view><view class="card-btn">查看理赔详情</view></view></block></view>