diff --git a/src/pages.json b/src/pages.json
index 27ea050..7161a1a 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -10,6 +10,7 @@
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的",
+ "enablePullDownRefresh": true,
"navigationStyle": "custom"
}
}
diff --git a/src/pages/my/index.vue b/src/pages/my/index.vue
index 5954228..38f0576 100644
--- a/src/pages/my/index.vue
+++ b/src/pages/my/index.vue
@@ -40,8 +40,17 @@