From d9db6718114cd52138a6b40ab3c366303107280e Mon Sep 17 00:00:00 2001 From: hiyu Date: Sat, 22 Jun 2024 15:14:04 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20th=C3=B4ng=20b=C3=A1o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.js | 5 +- src/components/mine/Noitice.vue | 94 +++++++++++++++++++++++++++------ 2 files changed, 81 insertions(+), 18 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index 8815ae8..a7c22ea 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -40,6 +40,9 @@ export default { // order ORDER_HISTORY: "order/history", ORDER: "/order", - ORDER_DATE_PROFIT: "/order/date-profit" + ORDER_DATE_PROFIT: "/order/date-profit", + + // notification + NOTIFICATION_LIST: "/notification/history" }; diff --git a/src/components/mine/Noitice.vue b/src/components/mine/Noitice.vue index 30696e3..4919dc5 100644 --- a/src/components/mine/Noitice.vue +++ b/src/components/mine/Noitice.vue @@ -1,9 +1,61 @@ + +