You can not 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 lines
3.7 KiB
1 lines
3.7 KiB
<view class="{{['user-item','data-v-500c0b15',(isSelect)?'item-select':'']}}"><view data-event-opts="{{[['tap',[['toDetail',['top']]]]]}}" class="top-info data-v-500c0b15" bindtap="__e"><block wx:if="{{isVideoPlay}}"><block class="data-v-500c0b15"><video class="{{['data-v-500c0b15',isVideoPlay?'openvideo':'video']}}" x5-video-player-type="h5" x5-video-player-fullscreen="true" x5-video-orientation="portraint" id="{{videoId}}" src="{{memberInfo.video}}" show-center-play-btn="{{false}}" object-fit="contain" controls="{{true}}"></video><view data-event-opts="{{[['tap',[['closeVideo',['$event']]]]]}}" class="iconfont icon-close videoClose data-v-500c0b15" bindtap="__e"></view></block></block><block wx:else><block class="data-v-500c0b15"><image class="poster data-v-500c0b15" src="{{memberInfo.cover}}" mode></image></block></block><block wx:if="{{memberInfo.is_top==2}}"><view class="istop data-v-500c0b15"><view class="iconfont icon-favor_fill_light data-v-500c0b15"></view><view class="text data-v-500c0b15">置顶</view></view></block><block wx:if="{{isShowPlayBtn}}"><block class="data-v-500c0b15"><image class="play-btn data-v-500c0b15" src="{{imgfixUrls+'dating/bd_play_video.png'}}" mode data-event-opts="{{[['tap',[['videoPlay',['$event']]]]]}}" catchtap="__e"></image></block></block><block wx:if="{{isShowViews}}"><block class="data-v-500c0b15"><view class="look-box data-v-500c0b15"><view class="iconfont icon-attention data-v-500c0b15"></view><view class="num data-v-500c0b15">{{memberInfo.pv}}</view></view></block></block><block wx:else><block class="data-v-500c0b15"><image class="operation data-v-500c0b15" src="{{imgfixUrls+'dating/bd_message2.png'}}" mode data-event-opts="{{[['tap',[['extension',['$event']]]]]}}" catchtap="__e"></image></block></block><view class="location data-v-500c0b15"><view class="iconfont icon-locationfill data-v-500c0b15"></view><view class="data-v-500c0b15">{{memberInfo.area}}<block wx:if="{{memberInfo.distances_text}}"><label class="_span data-v-500c0b15">{{memberInfo.distances_text}}</label></block></view></view></view><view data-event-opts="{{[['tap',[['toDetail',['bottom']]]]]}}" class="user-info data-v-500c0b15" bindtap="__e"><view class="info data-v-500c0b15"><view class="name data-v-500c0b15">{{memberInfo.nickname}}</view><view class="{{['sex','woman','data-v-500c0b15',(memberInfo.gneder==1)?'man':'']}}"><block wx:if="{{memberInfo.gneder==2}}"><view class="iconfont icon-female data-v-500c0b15"></view></block><block wx:else><view class="iconfont icon-male data-v-500c0b15"></view></block><view class="age data-v-500c0b15">{{memberInfo.age}}</view></view></view><block wx:if="{{propertyInfo.is_show_property||memberInfo.work}}"><view class="property data-v-500c0b15" style="position:relative;"><block wx:if="{{propertyInfo.is_have_house}}"><view class="property-item data-v-500c0b15" style="margin-left:30rpx;"><view class="iconfont icon-home data-v-500c0b15"></view><view class="data-v-500c0b15">有房</view></view></block><block wx:if="{{propertyInfo.is_have_car}}"><view class="property-item data-v-500c0b15"><view class="iconfont icon-qiche data-v-500c0b15"></view><view class="data-v-500c0b15">有车</view></view></block><block wx:if="{{memberInfo.work}}"><view class="property-item data-v-500c0b15" style="position:absolute;right:0;width:auto;"><view class="iconfont icon-wode data-v-500c0b15"></view><view class="data-v-500c0b15">{{memberInfo.work}}</view></view></block></view></block><block wx:if="{{isShowSelect}}"><view data-event-opts="{{[['tap',[['select',['$event']]]]]}}" catchtap="__e" class="data-v-500c0b15"><block wx:if="{{!isSelect}}"><view class="iconfont icon-round select data-v-500c0b15"></view></block><block wx:else><view class="iconfont icon-chenggong select data-v-500c0b15"></view></block></view></block></view></view>
|