diff --git a/pages/API/unicloud-import-object/unicloud-import-object.uvue b/pages/API/unicloud-import-object/unicloud-import-object.uvue index 1f099d196eb48594381ffe9fd48d30e1189443c2..76d41283e6846b33e2bf876c395bc72e5212908c 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) => {