diff --git a/pages.json b/pages.json index 34a854a..b45f432 100644 --- a/pages.json +++ b/pages.json @@ -85,7 +85,14 @@ "path": "pages/order/order", "style": { "navigationBarTitleText": "订单列表", - "navigationBarBackgroundColor": "#FFD158", + "navigationBarBackgroundColor": "#FFD158" + } + }, + { + "path": "pages/order/confirm_order", + "style": { + "navigationBarTitleText": "确认订单", + "navigationStyle": "custom", "navigationBarTextStyle": "white" } }, diff --git a/pages/order/confirm_order.vue b/pages/order/confirm_order.vue new file mode 100644 index 0000000..56df763 --- /dev/null +++ b/pages/order/confirm_order.vue @@ -0,0 +1,936 @@ + + + + + diff --git a/static/order/coupon.png b/static/order/coupon.png new file mode 100644 index 0000000..95df631 Binary files /dev/null and b/static/order/coupon.png differ diff --git a/static/order/groupOffer.png b/static/order/groupOffer.png new file mode 100644 index 0000000..9ee2c59 Binary files /dev/null and b/static/order/groupOffer.png differ diff --git a/static/order/img.png b/static/order/img.png new file mode 100644 index 0000000..546da3d Binary files /dev/null and b/static/order/img.png differ diff --git a/static/order/stored.png b/static/order/stored.png new file mode 100644 index 0000000..dc04d4a Binary files /dev/null and b/static/order/stored.png differ diff --git a/static/order/tab1.png b/static/order/tab1.png new file mode 100644 index 0000000..236c982 Binary files /dev/null and b/static/order/tab1.png differ diff --git a/static/order/tab1_active.png b/static/order/tab1_active.png new file mode 100644 index 0000000..77300d7 Binary files /dev/null and b/static/order/tab1_active.png differ diff --git a/static/order/tab2.png b/static/order/tab2.png new file mode 100644 index 0000000..b7d688d Binary files /dev/null and b/static/order/tab2.png differ diff --git a/static/order/tab2_active.png b/static/order/tab2_active.png new file mode 100644 index 0000000..3069b8b Binary files /dev/null and b/static/order/tab2_active.png differ diff --git a/static/order/table.png b/static/order/table.png new file mode 100644 index 0000000..54bb93e Binary files /dev/null and b/static/order/table.png differ diff --git a/static/order/weChat.png b/static/order/weChat.png new file mode 100644 index 0000000..dbf0106 Binary files /dev/null and b/static/order/weChat.png differ