|
@@ -12623,7 +12623,7 @@ export struct LocalMusic {
|
|
|
|
|
|
|
|
|
|
|
|
|
];
|
|
];
|
|
|
- @State isShowBgLiuGUANG: boolean = true;
|
|
|
|
|
|
|
+ @State isShowBgLiuGUANG: boolean = false;
|
|
|
@State isShowMoreView: boolean = false;
|
|
@State isShowMoreView: boolean = false;
|
|
|
@State isMusicMemoryPlay: boolean = false //是否启用记忆播放
|
|
@State isMusicMemoryPlay: boolean = false //是否启用记忆播放
|
|
|
@State isShowTimeCloseMore: boolean = false
|
|
@State isShowTimeCloseMore: boolean = false
|
|
@@ -13422,7 +13422,7 @@ export struct LocalMusic {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
private async play(url: string,startOffset?:number) {
|
|
private async play(url: string,startOffset?:number) {
|
|
|
- this.isShowBgLiuGUANG = PreferencesUtil.getBooleanSync('isShowBgLiuGUANG', true)
|
|
|
|
|
|
|
+ this.isShowBgLiuGUANG = PreferencesUtil.getBooleanSync('isShowBgLiuGUANG', false)
|
|
|
console.info('onecold this.url 1= '+url)
|
|
console.info('onecold this.url 1= '+url)
|
|
|
if(!url.toLowerCase().startsWith('http')){
|
|
if(!url.toLowerCase().startsWith('http')){
|
|
|
let hasPermission = await PermissionUtil.activatePermission(url)
|
|
let hasPermission = await PermissionUtil.activatePermission(url)
|