From 3d7eb2777d5a0736627debbd34c884961fbfc7ec Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Tue, 12 Dec 2023 13:20:39 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83=E4=B8=8B=E7=9A=84?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/API/unicloud-call-function/unicloud-call-function.uvue | 1 + pages/API/unicloud-database/unicloud-database.uvue | 1 + pages/API/unicloud-import-object/unicloud-import-object.uvue | 1 + 3 files changed, 3 insertions(+) diff --git a/pages/API/unicloud-call-function/unicloud-call-function.uvue b/pages/API/unicloud-call-function/unicloud-call-function.uvue index f632adf9..8fe004a9 100644 --- a/pages/API/unicloud-call-function/unicloud-call-function.uvue +++ b/pages/API/unicloud-call-function/unicloud-call-function.uvue @@ -43,6 +43,7 @@ uni.showToast({ title: content }) + console.log(title, content) } }, callFunction: function () { diff --git a/pages/API/unicloud-database/unicloud-database.uvue b/pages/API/unicloud-database/unicloud-database.uvue index 2d2e9734..03d7344d 100644 --- a/pages/API/unicloud-database/unicloud-database.uvue +++ b/pages/API/unicloud-database/unicloud-database.uvue @@ -56,6 +56,7 @@ uni.showToast({ title: content }) + console.log(title, content) } }, dbAdd: function () { diff --git a/pages/API/unicloud-import-object/unicloud-import-object.uvue b/pages/API/unicloud-import-object/unicloud-import-object.uvue index 1f2131d1..f4fb9a87 100644 --- a/pages/API/unicloud-import-object/unicloud-import-object.uvue +++ b/pages/API/unicloud-import-object/unicloud-import-object.uvue @@ -55,6 +55,7 @@ uni.showToast({ title: content }) + console.log(title, content) } }, addTodo() { -- GitLab