修复bug

This commit is contained in:
weipengfei 2023-09-28 17:01:10 +08:00
parent 2645c34d4e
commit 9ec1b283a1

View File

@ -92,7 +92,7 @@
</swiper-item>
</swiper>
</view>
<view class="" style="height:989.46rpx;" v-if="act_swiper">
<view class="" style="height:718.46rpx;" v-if="act_swiper">
</view>
@ -137,7 +137,7 @@
<view class="right">
<view class="tit">
<!-- 亿福馒头粉纯天然无添加小麦粉加工 1000g/ -->
{{item.store_info}}
{{item.store_name||item.store_info}}
</view>
<view class="">
<view class="good_score">
@ -1349,9 +1349,9 @@
.act_img {
// transition:t;
transform: translateY(-840rpx);
transform: translateY(-580rpx);
/* #ifdef APP-PLUS */
transform: translateY(-800rpx);
transform: translateY(-540rpx);
/* #endif */
}