fix(ProjectList): 禁用项目列表页的下拉刷新功能并移除多余空行

移除项目列表页的下拉刷新功能以避免不必要的网络请求
清理页面模板中的多余空行保持代码整洁
This commit is contained in:
liangbin 2026-02-12 10:23:31 +08:00
parent 7c0685ef44
commit e3669beffa
2 changed files with 1 additions and 3 deletions

View File

@ -12,7 +12,7 @@
"path": "pages/ProjectList/index", "path": "pages/ProjectList/index",
"style": { "style": {
"navigationBarTitleText": "项目实施", "navigationBarTitleText": "项目实施",
"enablePullDownRefresh": true "enablePullDownRefresh": false
} }
}, },
{ {

View File

@ -7,8 +7,6 @@
@update:current="TypeValue = $event"></u-select> @update:current="TypeValue = $event"></u-select>
</view> </view>
</view> </view>
<view class="ListBox"> <view class="ListBox">
<u-virtual-list :list-data="dataSource" :item-height="200" height="100%"> <u-virtual-list :list-data="dataSource" :item-height="200" height="100%">