diff --git a/components/tabbar/tabbar.vue b/components/tabbar/tabbar.vue index a72a431..32b9d65 100644 --- a/components/tabbar/tabbar.vue +++ b/components/tabbar/tabbar.vue @@ -51,7 +51,7 @@ export default { iconPath: "/static/images/tabbar/new_order_gray.png", text: "订单", selectedIconPath: "/static/images/tabbar/new_order.png", - pagePath: "/pages/order/all-orders" + pagePath: "/pages/order/userorder-list" }, { iconPath: "/static/images/tabbar/new_message_gray.png", diff --git a/pages.json b/pages.json index a4d132a..9f3daa3 100644 --- a/pages.json +++ b/pages.json @@ -1048,7 +1048,7 @@ "iconPath": "/static/images/tabbar/new_order_gray.png", "text": "订单", "selectedIconPath": "/static/images/tabbar/new_order.png", - "pagePath": "pages/order/all-orders" + "pagePath": "pages/order/userorder-list" }, { "iconPath": "/static/images/tabbar/new_message_gray.png", diff --git a/pages/home/components/orderCard2.vue b/pages/home/components/orderCard2.vue index bf8bdf5..6049cee 100644 --- a/pages/home/components/orderCard2.vue +++ b/pages/home/components/orderCard2.vue @@ -171,6 +171,7 @@ }, emitStart() { this.$emit("start"); + }, emitDone() { this.$emit("done"); @@ -181,8 +182,8 @@ \ No newline at end of file