From dbd2a495390c826bd6703555b85389e8d831017f Mon Sep 17 00:00:00 2001 From: wangzhongjie Date: Tue, 11 Mar 2025 10:44:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E8=90=BD=E7=9B=98?= =?UTF-8?q?=E6=93=8D=E4=BD=9C,=E4=BC=98=E5=8C=96=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/UserInfo.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entry/src/main/ets/pages/UserInfo.ets b/entry/src/main/ets/pages/UserInfo.ets index 270d03ed..41cfda4f 100644 --- a/entry/src/main/ets/pages/UserInfo.ets +++ b/entry/src/main/ets/pages/UserInfo.ets @@ -642,8 +642,8 @@ struct UserInfo { this.startExam = false // await upDateTableByArray('USER', []) // await upDateTableByArray('USERLIST', []) - await DB.clearTable('USER') - await DB.clearTable('USERLIST') + // await DB.clearTable('USER') + // await DB.clearTable('USERLIST') this.type = '2' this.errorDialog.open() this.updateTimeLimit = true