Explorar el Código

```
feat(subPack-film): 新增电影演出子包功能

新增电影演出相关的页面配置,包括选片、选座、电影列表、
电影详情、订单管理等功能模块,并更新对应的类型定义文件
以支持新的页面路径。
```

zouzexu hace 1 semana
padre
commit
fe0a03fb93
Se han modificado 2 ficheros con 108 adiciones y 0 borrados
  1. 98 0
      src/pages.json
  2. 10 0
      src/uni-pages.d.ts

+ 98 - 0
src/pages.json

@@ -288,6 +288,104 @@
         }
         }
       ]
       ]
     },
     },
+    {
+      "root": "subPack-film",
+      "pages": [
+        {
+          "path": "choose-film/index",
+          "name": "film-choose-film",
+          "islogin": false,
+          "style": {
+            "navigationStyle": "custom",
+            "navigationBarTitleText": "我的订单",
+            "backgroundColorBottom": "#fff"
+          }
+        },
+        {
+          "path": "choose-seat/index",
+          "name": "film-choose-seat",
+          "islogin": false,
+          "style": {
+            "navigationBarTitleText": "座次选择",
+            "backgroundColorBottom": "#fff"
+          }
+        },
+        {
+          "path": "index/index",
+          "name": "film-index",
+          "islogin": true,
+          "style": {
+            "navigationBarTitleText": "电影演出",
+            "backgroundColorBottom": "#fff"
+          }
+        },
+        {
+          "path": "movie/index",
+          "name": "film-movie",
+          "islogin": false,
+          "style": {
+            "navigationStyle": "custom",
+            "navigationBarTitleText": "电影演出",
+            "backgroundColorBottom": "#fff"
+          }
+        },
+        {
+          "path": "movie-detail/index",
+          "name": "film-movie-detail",
+          "islogin": false,
+          "style": {
+            "navigationStyle": "custom",
+            "navigationBarTitleText": "电影详情",
+            "backgroundColorBottom": "#fff"
+          }
+        },
+        {
+          "path": "movie-list/index",
+          "name": "film-movieList",
+          "islogin": false,
+          "style": {
+            "navigationBarTitleText": "电影演出",
+            "backgroundColorBottom": "#fff"
+          }
+        },
+        {
+          "path": "order/index",
+          "name": "film-order",
+          "islogin": false,
+          "style": {
+            "navigationBarTitleText": "我的订单",
+            "backgroundColorBottom": "#fff"
+          }
+        },
+        {
+          "path": "order-detail/index",
+          "name": "film-order-detail",
+          "islogin": false,
+          "style": {
+            "navigationBarTitleText": "订单详情",
+            "backgroundColorBottom": "#fff"
+          }
+        },
+        {
+          "path": "select-time/index",
+          "name": "film-select-time",
+          "islogin": false,
+          "style": {
+            "navigationBarTitleText": "",
+            "backgroundColorBottom": "#fff"
+          }
+        },
+        {
+          "path": "submit-order/index",
+          "name": "film-submit-order",
+          "islogin": false,
+          "style": {
+            "navigationBarTitleText": "确认订单",
+            "backgroundColorBottom": "#fff"
+          }
+        }
+      ]
+    },
     {
     {
       "root": "subPack-charge",
       "root": "subPack-charge",
       "pages": [
       "pages": [

+ 10 - 0
src/uni-pages.d.ts

@@ -25,6 +25,16 @@ interface NavigateToOptions {
        "/subPack-common/revalueSuccess/index" |
        "/subPack-common/revalueSuccess/index" |
        "/subPack-common/user-center/index" |
        "/subPack-common/user-center/index" |
        "/subPack-smqjh/order/index" |
        "/subPack-smqjh/order/index" |
+       "/subPack-film/choose-film/index" |
+       "/subPack-film/choose-seat/index" |
+       "/subPack-film/index/index" |
+       "/subPack-film/movie/index" |
+       "/subPack-film/movie-detail/index" |
+       "/subPack-film/movie-list/index" |
+       "/subPack-film/order/index" |
+       "/subPack-film/order-detail/index" |
+       "/subPack-film/select-time/index" |
+       "/subPack-film/submit-order/index" |
        "/subPack-charge/chargeDetail/chargeDetail" |
        "/subPack-charge/chargeDetail/chargeDetail" |
        "/subPack-charge/chargeing/chargeing" |
        "/subPack-charge/chargeing/chargeing" |
        "/subPack-charge/chargeMap/chargeMap" |
        "/subPack-charge/chargeMap/chargeMap" |