提交 12e82ca4 编写于 作者: S SUE

fixed ec3cc4c6 from https://gitee.com/hellohyh001/docs/pulls/3334

Signed-off-by:hellohyh001<huiyuehong@huawei.com>
上级 96eb872d
......@@ -36,13 +36,13 @@ vibrate(Object): void
```
vibrator.vibrate({
mode: 'short',
success: function(ret) {
success: function() {
console.log('vibrate is successful');
},
fail: function(ret) {
console.log('vibrate is failed');
fail: function(data, code) {
console.log("vibrate is failed, data: " + data + ", code: " + code);
},
complete: function(ret) {
complete: function() {
console.log('vibrate is completed');
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册