1 |
- <view class="peripheralService _div"><view class="peripheralBody _div"><van-tabs vue-id="147488f5-1" active="{{active}}" data-event-opts="{{[['^change',[['selectChange']]]]}}" data-com-type="wx" bind:change="__e" bind:__l="__l" vue-slots="{{['default']}}"><van-tab vue-id="{{('147488f5-2')+','+('147488f5-1')}}" title="全部" name="{{all}}" data-com-type="wx" bind:__l="__l"></van-tab><block wx:for="{{serviceList}}" wx:for-item="item" wx:for-index="__i0__"><van-tab vue-id="{{('147488f5-3-'+__i0__)+','+('147488f5-1')}}" title="{{item.label}}" name="{{item.value}}" data-com-type="wx" bind:__l="__l"></van-tab></block></van-tabs><view class="peripheralBox _div"><block wx:for="{{peripheralList}}" wx:for-item="item" wx:for-index="__i1__"><view data-event-opts="{{[['tap',[['toDetail',['$0'],[[['peripheralList','',__i1__]]]]]]]}}" class="peripheralItem _div" bindtap="__e"><view class="peripheralItemRow1 _div"><label class="peripheralName _span">{{item.businessName}}</label><label class="periTag _span">{{item.type}}</label></view><view class="peripheralItemRow2 _div">{{"入驻时间:"+item.releaseTime}}</view></view></block></view></view></view>
|