更新
This commit is contained in:
@@ -66,8 +66,14 @@ class BlueteethBindController extends GetControllerEx<BlueteethBindModel> {
|
||||
RxMap connect_wifi = {}.obs;
|
||||
RxString scanMac = "".obs;
|
||||
|
||||
String? currentDeviceMac;
|
||||
RxString? cid = "".obs ;//校准id
|
||||
RxString? currentDeviceMac = "".obs;
|
||||
RxString? cid = "".obs ;
|
||||
|
||||
RxString search = "".obs;//搜索关键字
|
||||
|
||||
RxInt connectStatus = 0.obs;
|
||||
|
||||
RxMap selectWifi = {}.obs; //正在连接wifi信息
|
||||
|
||||
// 安全展示 TopSlideNotification
|
||||
void safeShowNotification(String msg) {
|
||||
|
||||
Reference in New Issue
Block a user