From ca0604cb20188223a01efeda5c840a5c6458ce0d Mon Sep 17 00:00:00 2001 From: dengj <209192278@qq.com> Date: Thu, 19 Oct 2023 09:53:46 +0800 Subject: [PATCH] 1 --- pages/my/my.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pages/my/my.vue b/pages/my/my.vue index 44c5cd0..28bcd61 100644 --- a/pages/my/my.vue +++ b/pages/my/my.vue @@ -12,14 +12,15 @@ } }, onLoad() { - this.getInfo() + // this.getInfo() }, methods: { - getInfo() { - this.$api.getUserInfo().then(res => { - console.log('userInfo', res); - }) - } + //-----------示例------------ + // getInfo() { + // this.$api.getUserInfo().then(res => { + // console.log('userInfo', res); + // }) + // } } }