|
@@ -21,7 +21,11 @@
|
|
|
{
|
|
|
"path": "pages/Project/list",
|
|
|
"style": {
|
|
|
- "enablePullDownRefresh": true
|
|
|
+ "enablePullDownRefresh": true,
|
|
|
+ "pullToRefresh": {
|
|
|
+ "color": "#2979ff",
|
|
|
+ "offset": "60px"
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -31,7 +35,14 @@
|
|
|
"path": "pages/Project/detail"
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/Project/auth"
|
|
|
+ "path": "pages/Project/auth",
|
|
|
+ "style": {
|
|
|
+ "enablePullDownRefresh": true,
|
|
|
+ "pullToRefresh": {
|
|
|
+ "color": "#2979ff",
|
|
|
+ "offset": "60px"
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
],
|
|
|
"globalStyle": {
|