修复未完成的功能点:空间拍摄--》点击相簿浏览---》选中空间照片---》进入相片浏览---》切换浏览模式时,顶部中心位置的文本未对应发生改变

This commit is contained in:
bluesea 2024-03-05 18:09:48 +08:00
parent b7d5e2d8eb
commit 285f85799d

View File

@ -209,6 +209,8 @@ class CCSpatialPhotoDisplayController: BaseController {
print("block select \(index)")
self?.mTopCenterTypeButton.setImage(UIImage.init(named: "type_button_arrow_down"), for: .normal)
self?.selectedSpatialType(selectedIndex: index)
let title = self?.typeData[index].title
self?.mTopCenterTypeButton.setTitle(title, for: UIControl.State.normal)
}
}
}