罗世杰:fixed修改了使用展示商铺列表组件的地方

This commit is contained in:
LuoShijie
2023-11-16 20:12:02 +08:00
parent e756b8e046
commit 971bf5efa6
5 changed files with 13 additions and 14 deletions

View File

@@ -30,13 +30,13 @@
</view>
<view class="rent-and-date">
<text>租金{{shopInfo.price}}/</text>
<text v-if="showStyle==0">发布日期{{shopInfo.date}}</text>
<text v-else="showStyle==1 ">{{shopInfo.zrfText}}</text>
<text v-if="showStyle == 0">发布日期{{shopInfo.date}}</text>
<text v-if="showStyle == 1">{{shopInfo.zrfText}}</text>
</view>
</view>
</view>
<view class="cart-and-date bottom-common" v-if="showStyle==1">
<view class="cart-and-date bottom-common" v-if="showStyle == 1 || showStyle == 2">
<view>
<view>
<u-image src="/static/shoplist/sy_icon_lbpm.png" width="12px" height="15px"></u-image>