diff --git a/components/order/OrderItem.vue b/components/order/OrderItem.vue new file mode 100644 index 0000000..50e681c --- /dev/null +++ b/components/order/OrderItem.vue @@ -0,0 +1,237 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 841cd5a..6027566 100644 --- a/pages.json +++ b/pages.json @@ -51,6 +51,13 @@ "enablePullDownRefresh": true } }, + { + "path": "order/newOrderDetail", + "style": { + "navigationBarTitleText": "待支付订单", + "navigationStyle": "custom" + } + }, { "path": "mine/purse" }, @@ -84,6 +91,9 @@ { "path": "order/createOrder" }, + { + "path": "order/afterSale" + }, { "path": "mine/balance" }, @@ -131,6 +141,12 @@ }, { "path": "order/receiveGift" + }, + { + "path": "location/pickupPoint", + "style": { + "navigationBarTitleText": "取餐点选择" + } } ] }], diff --git a/pages/index/order.vue b/pages/index/order.vue index 161dcdc..221931a 100644 --- a/pages/index/order.vue +++ b/pages/index/order.vue @@ -1,21 +1,34 @@