fix(ProjectList): 禁用项目列表页的下拉刷新功能并移除多余空行
移除项目列表页的下拉刷新功能以避免不必要的网络请求 清理页面模板中的多余空行保持代码整洁
This commit is contained in:
parent
7c0685ef44
commit
e3669beffa
|
|
@ -12,7 +12,7 @@
|
||||||
"path": "pages/ProjectList/index",
|
"path": "pages/ProjectList/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "项目实施",
|
"navigationBarTitleText": "项目实施",
|
||||||
"enablePullDownRefresh": true
|
"enablePullDownRefresh": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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%">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue