Fix:2660 【非遗文化】非遗详情页此处应显示店铺的一句话介绍

This commit is contained in:
modendeveloper
2024-11-24 14:28:36 +08:00
parent 0398404f4b
commit 2166597ac8
+1 -1
View File
@@ -50,7 +50,7 @@
<view class="card-item v12-white v12-radius-20" v-for="(item, index) in details.pageB.hotels" :key="index" @click="toStore(item)">
<image class="card-item-img" :src="item.cover" mode="aspectFit|aspectFill|widthFix" lazy-load="false"></image>
<view class="more-t v12-font-28 v12-font-bold v12-px-2" style="height: 76rpx">
{{ item.hotelName }}
{{ item.content || '' }}
</view>
<view class="card-footer v12-pa-2">
<image class="footer-logo v12-mr-3" :src="item.logo" mode="aspectFit|aspectFill|widthFix" lazy-load="false"> </image>