修改分享设备信息
This commit is contained in:
@@ -241,6 +241,7 @@ class _MHTBindDeviceSuccessState extends State<MHTBindDeviceSuccess> {
|
||||
borderRadius:
|
||||
AppConstants().normal_container_radius, // 圆角半径
|
||||
onTap: () async {
|
||||
var data = blueteethBindController.shareDevice;
|
||||
// TopSlideNotification.show(
|
||||
// context,
|
||||
// text: "功能开发中...",
|
||||
|
||||
@@ -55,6 +55,7 @@ class _MHTWifiPageState extends State<MHTWifiPage> {
|
||||
}
|
||||
|
||||
void _initController() {
|
||||
blueteethBindController.shareDevice = widget.deviceInfo;
|
||||
blueteethBindController.netType.value = 0;
|
||||
blueteethBindController.connectStatus.value = 0;
|
||||
blueteethBindController.wifiList = [].obs;
|
||||
|
||||
Reference in New Issue
Block a user