Smart-XiaoLeiGe

Results 3 issues of Smart-XiaoLeiGe

## Bug Report **实际现象** 别人分享给我一个设备,是连在网关下面的,但是isBtGateWaySubDeviceWithMac 永远返回false **期望表现** 正常返回 **环境** - app版本: [e.g. v4.13.101/AppStore] - 相关模块和API: [e.g. MHPluginSDK.isBtGateWaySubDeviceWithMac] **复现步骤** 别人分享给我一个设备,我在debug 模式下去请求isBtGateWaySubDeviceWithMac **其他的上下文/日志/截图** getDevicePropertyFromMemCache**_0E:34:91:FF:8D:1C_** 17:10:38.710 MainPage.js:1442 **_isBtGateWaySubDeviceWithMac false_** **尝试过的解决办法** 1.用最新的app store 版本,但是不能debug,一直是runtime...

## Bug Report **实际现象** 用最新的app store 版本,不能debug,一直是runtime is not ready for debugging,但是4.13.101是可以的。 **期望表现** 可以Debug **环境** - app版本: [e.g. v4.16.2/AppStore] - 相关模块和API: **复现步骤** 1. 下载新版本 2. 登录可以Debug的账号 3. 打开Debug设置 **其他的上下文/日志/截图** ![IMG_0666](https://user-images.githubusercontent.com/1797012/57819630-f258b400-77bb-11e9-8e45-1c4710eeacf4.PNG)...

``` tooltip: { trigger: 'axis', position:[20,10], alwaysShowContent:true, formatter: function (params, ticket, callback) {{ // this._chartValueChange(params, ticket, callback); console.log("_chartValueChange"); return ticket; }}, ``` 大神,我想把formatter 函数方式里面的params 传递出来,怎么做?