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); + // }) + // } } }