From 6ad28a28441e4c685441a737b83598d9b679e6ea Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Thu, 14 Dec 2023 17:31:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=9C=80=E7=AD=89=E5=BE=85=E4=BA=91?= =?UTF-8?q?=E5=AF=B9=E8=B1=A1=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/API/unicloud-import-object/unicloud-import-object.uvue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/API/unicloud-import-object/unicloud-import-object.uvue b/pages/API/unicloud-import-object/unicloud-import-object.uvue index 1f099d19..76d41283 100644 --- a/pages/API/unicloud-import-object/unicloud-import-object.uvue +++ b/pages/API/unicloud-import-object/unicloud-import-object.uvue @@ -108,7 +108,7 @@ const todo = uniCloud.importObject('todo', { customUI: this.isUniTest }) - todo.success().then((res : UTSJSONObject) => { + await todo.success().then((res : UTSJSONObject) => { this.successErrCode = res['errCode'] as number this.notify(res['showMessage'] as string, '提示') }).catch((err : any | null) => { -- GitLab