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.
 

37 lines
1.7 KiB

<view class="line"></view>
<view class="card" bindtap="go_detail">
<!-- -->
<image class="clinch_deal" src="/images/publish/clinch_deal.png" mode="widthFix" wx:if="{{buycar_card_data.state==30}}"></image>
<view class="head" wx:if="{{is_my=='0'}}">
<view class="head_img">
<image src="{{buycar_card_data.avatarUrl}}"></image>
</view>
<view class="head_name">{{buycar_card_data.userName}}</view>
<view class="head_card"> <text>车主</text> </view>
<view class="head_card2" wx:if="{{buycar_card_data.isTop}}"> <text>置顶</text> </view>
<view class="head_details">查看详情</view>
</view>
<view class="body">
<view class="body_1">
<view class="body_title">{{buycar_card_data.title}}</view>
<view class="body_price">{{buycar_card_data.sellingPrice}} 万</view>
</view>
<view class="body_desc">{{buycar_card_data.introduction}}</view>
<view class="body_imgs">
<image src="{{item.pictureLink}}" wx:for="{{buycar_card_data.equipmentPictures}}" wx:key="equipmentId" mode="aspectFill"></image>
</view>
<view class="body_2">
<view class="body_address">
<image src="/images/index/dw.png"></image>
{{buycar_card_data.automobileLocation}}
</view>
<view wx:if="{{is_my=='my_record'}}">{{buycar_card_data.createdTime}}</view>
<view wx:if="{{is_my=='my_collection'}}"><image src="/images/common/cellection.png" style="width: 40rpx;height: 40rpx;"></image></view>
<view class="body_time" catchtap="bindshare" wx:if="{{is_my==0}}">
<image class="body_time_img" src="/images/index/share.png"></image>
<view class="body_time_text">转发</view>
</view>
</view>
</view>
</view>