From 6ce3b2da0e93ec391bf36474aa8890b67f5557d3 Mon Sep 17 00:00:00 2001 From: gpu Date: Thu, 22 Jan 2026 02:25:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8C=96taskList=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E8=AF=BB=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- honey_box/pages/user/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/honey_box/pages/user/index.vue b/honey_box/pages/user/index.vue index b5b802ba..1c07b7b4 100644 --- a/honey_box/pages/user/index.vue +++ b/honey_box/pages/user/index.vue @@ -341,8 +341,7 @@ if (res.status == 1) { this.userinfo = res.data.userinfo - // 兼容驼峰和下划线命名 - this.taskList = res.data.taskList || res.data.task_list || [] + this.taskList = res.data.taskList || [] console.log("=== 赋值后 this.userinfo ==="); console.log("this.userinfo:", JSON.stringify(this.userinfo));