help.wxml 1.1 KB

1
  1. <view class="container"><view class="swiper-box"><scroll-view class="cate-list"><block wx:if="{{$root.g0==0}}"><view class="nodata"><image src="/static/img/img011.png"></image></view></block><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index"><view class="content-box"><view class="flex"><view class="item"><block wx:if="{{item.status==0||item.status==2}}"><view class="name">{{"救援者姓名:救援者"+item.helper}}</view></block><block wx:if="{{item.status==1||item.status==3}}"><view class="name">{{"救援者姓名:"+item.helper_nickname}}</view></block><block wx:if="{{item.status==1||item.status==3}}"><view class="phone">{{"手机号:"+item.helper_mobile}}</view></block><view class="time">{{"救援时间:"+item.createtime}}</view></view><block wx:if="{{item.status==1}}"><view data-event-opts="{{[['tap',[['Tocall',['$0'],[[['list','',index]]]]]]]}}" class="call-btn" catchtap="__e"><image src="/static/img/img016.png"></image></view></block></view><view class="tpl">{{item.status_text}}</view></view></block><uni-load-more vue-id="e5945620-1" status="{{loadingType}}" bind:__l="__l"></uni-load-more></scroll-view></view></view>