yaofang/pages/xuewei/jingluo.wxml

29 lines
1.8 KiB
Plaintext

<view wx:if="{{isProduct}}">
<view class="xk_main_page">
<view class="xueweiPage ">
<view class="_ul result">
<view class="_li">
<view wx:for="{{$root.l0}}" wx:for-index="__i0__">
<view class="uni-flex uni-row x-item" wx:if="{{!item.$orig.ad_id}}">
<view class="image-content flex-item">
<image bindtap="__e" data-event-opts="{{[ [ 'tap',[ [ 'x_redirect',['/pages/image/image?url='+item.$orig.face_link] ] ] ] ]}}" mode="aspectFill" src="{{item.$orig.small_face}}" style="width:80px;height:80px;background-color:#eeeeee;" wx:if="{{item.$orig.small_face}}"></image>
</view>
<view bindtap="__e" class="flex-item instroduce" data-event-opts="{{[ [ 'tap',[ [ 'x_redirect',['/pages/xuewei/jingluo_detail?id='+item.$orig.id] ] ] ] ]}}">
<text style="color:#94674b;">{{item.$orig.alias_name+''}}</text>
<text style="margin-left:10rpx;">{{item.$orig.introduce+''}}</text>
</view>
</view>
<!-- <xad bind:__l="__l" vueId="{{'2eb7499b-1-'+__i0__}}" x_common_ad="{{item.$orig}}" x_cp_ad="{{item.a0}}" wx:if="{{item.$orig.ad_id}}"></xad> -->
</view>
</view>
</view>
</view>
<xpop bind:__l="__l" class="vue-ref" data-ref="xpop" vueId="2eb7499b-2"></xpop>
<view style="height:100px;"></view>
<boot-nav bind:__l="__l" nav="xuewei" vueId="2eb7499b-3"></boot-nav>
</view>
<view class="xk_ad_0">
<xad bind:__l="__l" vueId="2eb7499b-4" x_common_ad="{{common_ad}}" x_cp_ad="{{cp_ad}}"></xad>
</view>
</view>