fix scroll exception

This commit is contained in:
Timi
2025-12-18 11:57:07 +08:00
parent 9f7df3cfed
commit 1ad1da1c4e
3 changed files with 29 additions and 15 deletions

View File

@ -1,12 +1,13 @@
<view class="custom-navbar">
<t-navbar title="列表查找" left-arrow />
</view>
<view class="content">
<journal-list
id="listRef"
searchable="{{true}}"
mode="navigate"
bind:navigate="onNavigateItem"
/>
<view class="page-container">
<view class="navbar">
<t-navbar title="列表查找" left-arrow />
</view>
<view class="content">
<journal-list
id="listRef"
searchable="{{true}}"
mode="navigate"
bind:navigate="onNavigateItem"
/>
</view>
</view>