This commit is contained in:
2025-12-26 13:12:19 +08:00
11 changed files with 459 additions and 409 deletions

View File

@@ -3,6 +3,8 @@
{
"path": "pages/course/index",
"style": {
"enablePullDownRefresh": true,
"navigationStyle": "custom",
"navigationBarTitleText": "%index.title%"
}
}, {
@@ -23,7 +25,8 @@
"path": "pages/user/index",
"style": {
"navigationBarTitleText": "%user.title%",
"navigationStyle": "custom"
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
}, {
"path": "pages/user/order/index",
@@ -118,6 +121,7 @@
}, {
"path": "pages/book/index",
"style": {
"enablePullDownRefresh": true,
"navigationStyle": "custom",
"navigationBarTitleText": "%book.title%"
}