提交 3d7eb277 编写于 作者: 雪洛's avatar 雪洛

chore: 增加自动化测试环境下的日志输出

上级 fc3cfafb
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
uni.showToast({ uni.showToast({
title: content title: content
}) })
console.log(title, content)
} }
}, },
callFunction: function () { callFunction: function () {
......
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
uni.showToast({ uni.showToast({
title: content title: content
}) })
console.log(title, content)
} }
}, },
dbAdd: function () { dbAdd: function () {
......
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
uni.showToast({ uni.showToast({
title: content title: content
}) })
console.log(title, content)
} }
}, },
addTodo() { addTodo() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册