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

fix: 补全丢失的返回类型

上级 482b642f
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
console.error(error) console.error(error)
}) })
}, },
async fail() { async fail() : Promise<void> {
const todo = uniCloud.importObject('todo', { const todo = uniCloud.importObject('todo', {
customUI: this.isUniTest customUI: this.isUniTest
}) })
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
} }
}) })
}, },
success() { async success() : Promise<void> {
const todo = uniCloud.importObject('todo', { const todo = uniCloud.importObject('todo', {
customUI: this.isUniTest customUI: this.isUniTest
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册