默认标签 浏览历史
This commit is contained in:
parent
d8bc69d8b1
commit
38469c30c3
|
@ -56,22 +56,22 @@
|
|||
</span>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="list-right-top-bottom">
|
||||
正规绿色服务!擅长精油SPA、中式推拿,有按摩师证,手法专业,期待正规绿色服务!擅长精油SPA、中式推拿正规绿色服务!擅长精油SPA、中式推拿
|
||||
{{ item.content}}
|
||||
</view>
|
||||
<view class="therapist-mian-bottom">
|
||||
<view class="flex flex-wrap align-center" v-if="item.consortiaName">
|
||||
<image class="therapist-bottom-img" src="../../static/dituzhaoren5.png">
|
||||
</image>
|
||||
<view class="therapist-mian-bottom-text">{{item.consortiaName}}</view>
|
||||
</view>
|
||||
<view class="flex align-center">
|
||||
<image class="therapist-bottom-dingwei" src="../../static/dituzhaoren6.png"></image>
|
||||
<view class="therapist-bottom-dingwei-text">
|
||||
{{ item.distance }}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="flex flex-wrap align-center" v-if="item.consortiaName">
|
||||
<image class="therapist-bottom-img" src="../../static/dituzhaoren5.png">
|
||||
</image>
|
||||
<view class="therapist-mian-bottom-text">{{item.consortiaName}}</view>
|
||||
</view>
|
||||
<view class="text-center text-sm" v-if="item.status == 1"
|
||||
style="background: linear-gradient(90deg, #019C88, #0FA78B, #35C495);color: #ffffff;width: 30%;border-radius: 30upx;height: 60upx;line-height: 60upx;margin-top: 10rpx;"
|
||||
@click.stop="goOrderDetail(item)">
|
||||
|
|
|
@ -27,9 +27,12 @@
|
|||
</span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="shop_label" v-if="tagsData">
|
||||
<view class="shop_label" v-if="item.labels">
|
||||
<span v-for="tag in tagsData" :key="tag">{{tag}}</span>
|
||||
</view>
|
||||
<view class="shop_label" v-else>
|
||||
<span>缓解压力</span>
|
||||
</view>
|
||||
<view class="flex" style="display: flex; justify-content: right;">
|
||||
<span class="item-view-bottom-btn">查看</span>
|
||||
</view>
|
||||
|
|
Loading…
Reference in New Issue