Fix:2858 【寻趣味】古镇内容按城市划分配置显示

This commit is contained in:
modendeveloper
2024-12-19 00:25:54 +08:00
parent 6a3445a0cc
commit ffa827c137
+5 -1
View File
@@ -98,6 +98,10 @@
<view class="icon-box"><u-icon name="arrow-rightward" color="#fff" size="8"></u-icon></view>
</view>
</view>
<view class="v4-nodata" v-if="townList.length === 0">
<image src="@/static/images/img_nodata.png" mode="scaleToFill"/>
<view class="text">暂无数据</view>
</view>
</view>
<view class="body" v-else>
<view class="v12-justify-between v12-align-center">
@@ -278,7 +282,7 @@ export default {
fetchList(random = 0, randomSeed) {
if(this.typeIndex === -1) {
const params = {
cityName: this.name,
cityName: this.cityName,
page: 1,
limit: 999
}