|
@@ -349,11 +349,11 @@ struct NewIndex {
|
|
|
this.loadPlaylistList()
|
|
this.loadPlaylistList()
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
- if(Utility.isOpenTime()&&!PreferencesUtil.getBooleanSync('isShowHaoPingDialog', false)){
|
|
|
|
|
|
|
+ if(Utility.isOpenTime()&&!PreferencesUtil.getBooleanSync('isShowHaoPingDialog179', false)){
|
|
|
setTimeout(()=>{
|
|
setTimeout(()=>{
|
|
|
Utility.showHaoPingDialog(this.getUIContext(),this.context,this.appName,this.bundleName)
|
|
Utility.showHaoPingDialog(this.getUIContext(),this.context,this.appName,this.bundleName)
|
|
|
PreferencesUtil.putSync('isShowHaoPingDialog', true)
|
|
PreferencesUtil.putSync('isShowHaoPingDialog', true)
|
|
|
- },20000)
|
|
|
|
|
|
|
+ },25000)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -479,7 +479,7 @@ struct NewIndex {
|
|
|
.margin({ bottom:DeviceUtil.getDeviceType() === resourceManager.DeviceType.DEVICE_TYPE_2IN1
|
|
.margin({ bottom:DeviceUtil.getDeviceType() === resourceManager.DeviceType.DEVICE_TYPE_2IN1
|
|
|
? 30 :this.bottomSafeHeight })
|
|
? 30 :this.bottomSafeHeight })
|
|
|
.backgroundBlurStyle(BlurStyle.BACKGROUND_ULTRA_THICK)
|
|
.backgroundBlurStyle(BlurStyle.BACKGROUND_ULTRA_THICK)
|
|
|
- .backgroundImage( this.cover)
|
|
|
|
|
|
|
+ .backgroundImage(StrUtil.isEmpty(this.cover) ?$r('app.media.alt'):this.cover)
|
|
|
.visibility(this.isMultiSelect||(this.mType>0&&this.mType<6) ? Visibility.None : Visibility.Visible)
|
|
.visibility(this.isMultiSelect||(this.mType>0&&this.mType<6) ? Visibility.None : Visibility.Visible)
|
|
|
.backgroundImageSize( { width: '100%' })
|
|
.backgroundImageSize( { width: '100%' })
|
|
|
.animation({
|
|
.animation({
|