更新优化100j体验问题
This commit is contained in:
@ -1383,6 +1383,9 @@
|
||||
if (parsedData.batteryRemainingTime !== undefined) {
|
||||
this.$set(this.deviceInfo, 'batteryRemainingTime', parsedData.batteryRemainingTime);
|
||||
}
|
||||
if (parsedData.chargingStatus !== undefined) {
|
||||
this.$set(this.deviceInfo, 'chargingStatus', parsedData.chargingStatus);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user