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
976 B
Plaintext

<view><block wx:if="{{$root.g0>0}}"><block><view class="bt1"><block wx:for="{{recordList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="{{[(item.recruitment==1?'bgf':'bgf')+' display-flex p16 pb0']}}" data-id="{{item.id}}" data-item="{{item}}" data-recruitment="{{item.recruitment}}" hover-class="g_bg_f_5" wx:item="item" data-event-opts="{{[['tap',[['goDetail',['$event']]]]]}}" bindtap="__e"><view class="display-flex flex-1 pb16 bb1 pr"><view class="flex-1"><view class="f16 fwb">{{item.storeJobName||'-'}}</view><view class="f14 c6 mt8">{{(item.citys&&item.citys!='-'?item.citys+' | ':'')+" "+(item.age||'-')}}</view></view><view class="tr"><view class="f14 c9">{{item.createTime||'-'}}</view></view></view></view></block></view></block></block><block wx:else><block><view class="tc"><view class="t-icon t-icon-zanwu" style="width:80px;height:80px;margin:180px auto 10px;"></view><view class="cccc">暂无记录</view></view></block></block></view>