默认标签 浏览历史

This commit is contained in:
Mr.jiang 2024-08-13 16:44:24 +08:00
parent d8bc69d8b1
commit 38469c30c3
2 changed files with 11 additions and 8 deletions

View File

@ -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)">

View File

@ -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>