调整一些组件样式
This commit is contained in:
@ -14,7 +14,9 @@ import {
|
||||
|
||||
class BleReceive {
|
||||
constructor(_ref) {
|
||||
this.ref = _ref;
|
||||
if(_ref){
|
||||
this.ref = _ref;
|
||||
}
|
||||
this.StorageKey = "linkedDevices";
|
||||
this.HandlerMap = {
|
||||
'/pages/6155/deviceDetail': this.Receive_6155.bind(this),
|
||||
|
||||
Reference in New Issue
Block a user