提交 56d8d4f9 编写于 作者: 杜庆泉's avatar 杜庆泉

避免uts 环境使用null ide 报错的bug

上级 00eace7e
......@@ -137,7 +137,7 @@ class UniWifiInfo {
/*下面的字段属于扩展字段*/
securityType:string = ""
constructor(scanResult?: ScanResult) {
constructor(scanResult: ScanResult|null = null) {
if (scanResult != null) {
// 如果是通过扫描列表得到的数据,进行封装
this.BSSID = scanResult.BSSID;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册