teacher-recommend.wxml 546 Bytes
<view class="app data-v-04934f42"><block wx:for="{{list_data}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['navigate',['$0'],[[['list_data','',index]]]]]]]}}" class="item_box data-v-04934f42" bindtap="__e"><view class="title data-v-04934f42">{{''+item.name+''}}</view><view class="work data-v-04934f42">{{''+item.address+''}}</view><u-icon class="arrowRight data-v-04934f42" vue-id="{{'8dd596f2-1-'+index}}" name="arrow-right" color="#AEAEAE" size="28" bind:__l="__l"></u-icon></view></block></view>