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.
|
|
|
<view class="claims-card"><view class="{{['card-item',[(type==3)?'disagree':'']]}}"><view class="top-title"><image src="{{list[type-1].imgUrl}}"></image><text>{{''+list[type-1].title}}</text></view><block wx:if="{{type==1}}"><view class="card-tips"><rich-text nodes="{{$root.m0}}"></rich-text></view></block><block wx:if="{{type!=1}}"><view class="card-tips">{{''+list[type-1].text+''}}</view></block><view class="card-info"><view class="card-time">{{''+list[type-1].date+''}}</view><view class="card-price">预计理赔<text>{{list[type-1].price}}</text></view></view><view class="card-btn">查看理赔详情</view></view></view>
|