diff --git a/pages.json b/pages.json index 113e172..1bf14a5 100644 --- a/pages.json +++ b/pages.json @@ -25,6 +25,13 @@ "enablePullDownRefresh": false } }, + { + "path": "pages/order-goods/order-details", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + }, { "path": "pages/login/login", "style": { diff --git a/pages/order-goods/order-details.vue b/pages/order-goods/order-details.vue new file mode 100644 index 0000000..943392d --- /dev/null +++ b/pages/order-goods/order-details.vue @@ -0,0 +1,67 @@ + + + diff --git a/static/zu506@3x.png b/static/zu506@3x.png new file mode 100644 index 0000000..2366639 Binary files /dev/null and b/static/zu506@3x.png differ diff --git a/static/zu594@3x.png b/static/zu594@3x.png new file mode 100644 index 0000000..e921b40 Binary files /dev/null and b/static/zu594@3x.png differ diff --git a/static/zu709@3x.png b/static/zu709@3x.png new file mode 100644 index 0000000..b6bdd0a Binary files /dev/null and b/static/zu709@3x.png differ diff --git a/unpackage/dist/dev/mp-weixin/app.json b/unpackage/dist/dev/mp-weixin/app.json index 32440d3..8273b9b 100644 --- a/unpackage/dist/dev/mp-weixin/app.json +++ b/unpackage/dist/dev/mp-weixin/app.json @@ -3,6 +3,7 @@ "pages/home/index", "pages/contract/index", "pages/order-goods/index", + "pages/order-goods/order-details", "pages/login/login", "pages/mine/index" ], diff --git a/unpackage/dist/dev/mp-weixin/project.private.config.json b/unpackage/dist/dev/mp-weixin/project.private.config.json index 0ea77fa..ce55779 100644 --- a/unpackage/dist/dev/mp-weixin/project.private.config.json +++ b/unpackage/dist/dev/mp-weixin/project.private.config.json @@ -9,7 +9,7 @@ "list": [ { "name": "", - "pathName": "pages/order-goods/index", + "pathName": "pages/order-goods/order-details", "query": "", "launchMode": "default", "scene": null