From 024467a6ce67a5f577dd2acaccb1b1486891bc56 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Fri, 2 Feb 2024 16:51:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83,=E8=AF=81?= =?UTF-8?q?=E4=B9=A6=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xietang-answer-h5/pages/me/me.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/xietang-answer-h5/pages/me/me.vue b/xietang-answer-h5/pages/me/me.vue index 0ba06aa..626319d 100644 --- a/xietang-answer-h5/pages/me/me.vue +++ b/xietang-answer-h5/pages/me/me.vue @@ -48,7 +48,7 @@ 已答次数 - 100 + {{ userInfo.score || 0 }} 最高得分 @@ -103,10 +103,6 @@ export default { utilSuccess: (res) => { console.log(res) this.userInfo = res; - - this.$nextTick(() => { - this.domToImg() - }) }, utilFail: (res) => { this.util.toast(res)