From 0f9e6aa0e739611346dda9a92b075733ace15a2b Mon Sep 17 00:00:00 2001 From: xiaoguang Date: Tue, 17 May 2022 17:37:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=A0=E9=99=A4=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E6=B6=88=E6=81=AF=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/account/index/home/index.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pages/account/index/home/index.vue b/pages/account/index/home/index.vue index 819cbfe..e057433 100644 --- a/pages/account/index/home/index.vue +++ b/pages/account/index/home/index.vue @@ -36,7 +36,6 @@
-
@@ -48,11 +47,10 @@ import { ApiGetRefundStatistisc, } from "@/plugins/api/order"; import LogisitcsInfo from "./module/LogisitcsInfo.vue"; -import Message from "./module/Message.vue"; export default { name: "AccountHome", - components: { LogisitcsInfo, Message }, + components: { LogisitcsInfo }, data() { function getOrderTypeIcon(path) { return require(`~/assets/img/account/home/${path}.png`);