@ledvance/group-ui-biz-bundle 1.0.89 → 1.0.91

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "@ledvance/group-ui-biz-bundle",
5
5
  "pid": [],
6
6
  "uiid": "",
7
- "version": "1.0.89",
7
+ "version": "1.0.91",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@ledvance/base": "^1.x",
@@ -41,7 +41,9 @@ export const useDreamMusicData = (musicOption: MusicPageParams) => {
41
41
  const curMusic = v.deviceMusicData[v.deviceGenreMode]
42
42
  dps[musicOption.dreamMusicDp] = DreamMusicFormatter.format(curMusic)
43
43
  }else{
44
- dps[musicOption.musicDataDp] = v.phoneDpData
44
+ if (v.phoneDpData){
45
+ dps[musicOption.musicDataDp] = v.phoneDpData
46
+ }
45
47
  }
46
48
  dps[musicOption.workModeDp] = WorkMode.Music
47
49
  dps[musicOption.switchLedDp] = true