mirror of
https://gitee.com/openharmony/applications_photos
synced 2024-11-27 01:01:06 +00:00
update feature/thirdselect/src/main/ets/default/view/ThirdSelectPhotoGridBase.ets.
Signed-off-by: liujuan <liujuan76@h-partners.com>
This commit is contained in:
parent
b44f869d75
commit
948c8c7998
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user