update feature/thirdselect/src/main/ets/default/view/ThirdSelectPhotoGridBase.ets.

Signed-off-by: liujuan <liujuan76@h-partners.com>
This commit is contained in:
liujuan 2024-01-24 09:23:39 +00:00 committed by Gitee
parent b44f869d75
commit 948c8c7998
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -393,14 +393,11 @@ export struct ThirdSelectPhotoGridBase {
if (this.selectParams.isFromFa) {
NoPhotoIndexComponent({ index: Constants.TIMELINE_PAGE_INDEX, hasBarSpace: false })
} else {
if (this.selectParams.cameraAble) {
if (!this.selectParams.cameraAble) {
NoPhotoComponent({ title: $r('app.string.no_distributed_photo_head_title_album') })
}
}
}
if (this.selectParams.isFromFa && this.isEmpty) {
NoPhotoIndexComponent({ index: Constants.TIMELINE_PAGE_INDEX, hasBarSpace: false })
}
if (this.isShowSmartRecommendTabBar && this.isAllMediaAlbum) {
ThirdSelectSmartRecommendTabBar({
smartRecommendTabItems: this.smartRecommendTabItems,