1 |
- <view class="secureselftest _div"><view class="list _div"><block wx:for="{{todoList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['junmpMyMechantsDetails',['$0','$1'],[[['todoList','',index,'routeParam']],[['todoList','',index,'handleType']]]]]]]}}" class="list-row _div" bindtap="__e"><view class="cell_1 _div"><view class="width100 height44rpx mb16rpx _div"><view class="first_title _div">{{''+item.title+''}}</view></view><view class="width100 height40rpx _div"><view class="second_title _div" style="width:100%;">{{''+item.createdAt+''}}</view></view></view></view></block><block wx:if="{{$root.g0==0}}"><van-empty class="disblock marginauto" style="background:white;" vue-id="bdbde4fc-1" description="暂无数据" data-com-type="wx" bind:__l="__l"></van-empty></block></view></view>
|