diff --git a/src/components/bluetoot/connection/index.tsx b/src/components/bluetoot/connection/index.tsx index c4b5df8..6879984 100644 --- a/src/components/bluetoot/connection/index.tsx +++ b/src/components/bluetoot/connection/index.tsx @@ -124,7 +124,7 @@ class ConnectionBluetoot extends Component { // "FR200", // FR200 ], - currentDeviceType: "", // 现在的设备类型: WE200 WL200 + currentDeviceType: "", // 现在的设备类型: WE200 WL200 FR200,当设备为WL200时,它还可能是WE200 }; } diff --git a/src/components/bluetoot/device-connection-popup/device-connection-popup.tsx b/src/components/bluetoot/device-connection-popup/device-connection-popup.tsx index 76be28a..ec16d9f 100644 --- a/src/components/bluetoot/device-connection-popup/device-connection-popup.tsx +++ b/src/components/bluetoot/device-connection-popup/device-connection-popup.tsx @@ -110,26 +110,69 @@ export default class DeviceConnectPopup extends Component { - {data.bluetoothConnectingTitle} + {data.model === "WL200" && ( + + {currentDeviceType !== "WE200" + ? data.bluetoothConnectingTitle + : data.we200BluetoothConnectingTitle} + + )} + {data.model !== "WL200" && ( + {data.bluetoothConnectingTitle} + )} - {!this.isImage(data.bluetoothConnecting) ? ( -