|
@@ -108,7 +108,7 @@ Page({
|
|
this.setData({
|
|
this.setData({
|
|
device: device,
|
|
device: device,
|
|
powerOpen: (device.pauseSleep ?? -1) > 0,
|
|
powerOpen: (device.pauseSleep ?? -1) > 0,
|
|
- isShowWallpaper: device.clientType === '猫王妙播黑胶音箱(BLE)'
|
|
|
|
|
|
+ isShowWallpaper: device.clientType === '猫王妙播黑胶音箱(BLE)' || device.clientType === 'MW-S2'
|
|
})
|
|
})
|
|
|
|
|
|
const btHelper = BtHelper.getInstance();
|
|
const btHelper = BtHelper.getInstance();
|