diff --git a/components/uni-steps/uni-steps.vue b/components/uni-steps/uni-steps.vue new file mode 100644 index 0000000..557fd21 --- /dev/null +++ b/components/uni-steps/uni-steps.vue @@ -0,0 +1,254 @@ + + + + + diff --git a/pages.json b/pages.json index a2df9a7..8aca22b 100644 --- a/pages.json +++ b/pages.json @@ -475,6 +475,13 @@ "navigationBarTitleText": "等待用户支付" , "navigationStyle":"custom" } + }, + { + "path": "pages/order/newdetail/logistics", + "style": { + "navigationBarTitleText": "物流详情" , + "navigationStyle":"custom" + } } ], "globalStyle": { diff --git a/pages/order/newdetail/logistics.vue b/pages/order/newdetail/logistics.vue new file mode 100644 index 0000000..25872f0 --- /dev/null +++ b/pages/order/newdetail/logistics.vue @@ -0,0 +1,89 @@ + + + + +