Fix:4881 【商城小程序】城市未配置推荐店铺,店铺列表的“换一换”按钮改为在列表右侧显示

This commit is contained in:
LinCyJang
2026-02-04 21:49:56 +08:00
parent c507176f8f
commit 99be70d7f6
+5 -1
View File
@@ -122,7 +122,7 @@
<view class="body" v-else>
<view class="v12-justify-between v12-align-center">
<text class="v12-font-bold" v-if="hotelBanner.length">推荐</text>
<view class="v12-dark1-text v12-font-28 v12-align-center" @click="handleRefresh">
<view class="v12-dark1-text v12-font-28 v12-align-center refresh-btn" @click="handleRefresh">
<u-icon name="reload"></u-icon>
换一换
</view>
@@ -759,6 +759,10 @@ export default {
background: #f5f5f5;
}
.refresh-btn {
margin-left: auto;
}
.city-box {
display: inline-flex;
align-items: center;