提交 0affdd1e 编写于 作者: Q qianwangdq

修改语法规范

Signed-off-by: Nqianwangdq <qianwangdq@isoftstone.com>
上级 22f3411b
...@@ -348,7 +348,7 @@ export default function actsWifiTest() { ...@@ -348,7 +348,7 @@ export default function actsWifiTest() {
resolve() resolve()
}); });
}) })
await promise.then(done) await promise.then(done);
}); });
done(); done();
...@@ -372,7 +372,7 @@ export default function actsWifiTest() { ...@@ -372,7 +372,7 @@ export default function actsWifiTest() {
resolve() resolve()
}); });
}) })
await promise.then(done) await promise.then(done);
}); });
done(); done();
...@@ -396,7 +396,7 @@ export default function actsWifiTest() { ...@@ -396,7 +396,7 @@ export default function actsWifiTest() {
resolve() resolve()
}); });
}) })
await promise.then(done) await promise.then(done);
}); });
let scan = wifi.scan(); let scan = wifi.scan();
sleep(3000); sleep(3000);
...@@ -422,7 +422,8 @@ export default function actsWifiTest() { ...@@ -422,7 +422,8 @@ export default function actsWifiTest() {
resolve() resolve()
}); });
}) })
await promise.then(done) await promise.then(done);
await promise.then(done);
}); });
done(); done();
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册