处理城市切换

This commit is contained in:
wangxiaowei
2026-07-21 18:45:11 +08:00
parent b5cb33cd07
commit 23d26916ee
7 changed files with 891 additions and 75 deletions

View File

@ -39,7 +39,7 @@
</scroll-view>
</view>
<view class="category-row flex-1">
<mescroll-body
<mescroll-uni
ref="mescrollRef"
@init="mescrollInit"
:height="meScrollH"
@ -51,7 +51,7 @@
<view class="bg-white">
<goods-list :list="goodsList" type="one"></goods-list>
</view>
</mescroll-body>
</mescroll-uni>
</view>
</view>
</view>
@ -200,6 +200,8 @@
.category-row {
align-self: flex-start;
min-width: 0;
height: 100%;
}
}
}