更新:增加买书确认订单页面

This commit is contained in:
2025-11-12 16:35:39 +08:00
parent 1daa6367c9
commit d2389b2ed1
11 changed files with 930 additions and 31 deletions

View File

@@ -5,12 +5,6 @@
"style": {
"navigationBarTitleText": "%index.title%"
}
}, {
"path": "pages/component/component",
"style": {
"navigationBarTitleText": "%index.component%",
"enablePullDownRefresh": false
}
}, {
"path": "pages/login/login",
"style": {
@@ -107,7 +101,7 @@
"path": "pages/book/search",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "%home.searchPlaceholder%"
"navigationBarTitleText": "%bookHome.searchPlaceholder%"
}
}, {
"path": "pages/book/listen/index",
@@ -121,6 +115,12 @@
"navigationStyle": "custom",
"navigationBarTitleText": "%listen.title%"
}
}, {
"path": "pages/book/order",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "%order.orderTitle%"
}
}
],
"tabBar": {