From f6bb88e1f21de51f8d39de6fe5956053fb5a62ca Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sat, 19 Jun 2021 08:32:04 +0800
Subject: [PATCH] 资讯列表,详情优化
---
pages.json | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/pages.json b/pages.json
index 390288a..ee20636 100644
--- a/pages.json
+++ b/pages.json
@@ -160,6 +160,7 @@
"name": "equipment",
"style": {
"navigationBarTitleText": "资讯"
+ // "enablePullDownRefresh":true
}
},
{
@@ -238,7 +239,8 @@
}
],
"globalStyle": {//将组件安装在项目的components目录下,并符合components/组件名称/组件名称.vue目录结构。可以不用引用、注册,直接在页面中使用。
- "autoscan": true
+ "autoscan": true,
+ "onReachBottomDistance":160
},
"tabBar": {
"color": "#7a7e83",
--
Gitblit v1.9.3