From 0aaff92bc27f2327e1717550b65c8c50975bea55 Mon Sep 17 00:00:00 2001 From: Gao xiaosong <704041637@qq.com> Date: Tue, 8 Dec 2020 00:26:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AA=E4=BA=BA=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E8=AE=A2=E5=8D=95=E6=95=B0=E9=87=8F=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=9B=E5=8E=BB=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/User/index.vue | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/pages/user/User/index.vue b/pages/user/User/index.vue index 157b6ed..4a4c714 100644 --- a/pages/user/User/index.vue +++ b/pages/user/User/index.vue @@ -167,7 +167,7 @@ props: {}, data: function () { return { - MyMenus: [], + MyMenus: [], switchActive: false, isWeixin: false }; @@ -298,13 +298,6 @@ changeswitch: function (data) { this.switchActive = data; }, - User: function () { - let that = this; - getUserInfo().then(res => { - that.user = res.data; - that.orderStatusNum = res.data.orderStatusNum; - }); - }, MenuUser: function () { let that = this; getMenuUser()