From 4f5cbfb0878d0d35ce01b7c32ade1807c067fd27 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期四, 19 九月 2024 16:12:43 +0800 Subject: [PATCH] add 签到和其他页面细节 --- pages.json | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/pages.json b/pages.json index 5a79e6f..2c619ce 100644 --- a/pages.json +++ b/pages.json @@ -494,6 +494,14 @@ "navigationBarTitleText": "会员中心", "enablePullDownRefresh": true } + }, + { + "path": "self/sign", + "style": { + "navigationBarTitleText": "签到", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } } // #endif ] -- Gitblit v1.9.3