feat: 구매 확인 Dialog

- 포인트 사용이 가능한 경우 포인트를 같이 표시하도록 수정
This commit is contained in:
Yu Sung
2025-05-20 18:57:53 +09:00
parent ec8b866c3e
commit 1c03f476d8
2 changed files with 42 additions and 8 deletions

View File

@@ -252,6 +252,7 @@ struct ContentDetailView: View {
themeStr: audioContent.themeStr,
coverImageUrl: audioContent.coverImageUrl,
creatorNickname: audioContent.creator.nickname,
isAvailableUsePoint: audioContent.isAvailableUsePoint,
creatorProfileImageUrl: audioContent.creator.profileImageUrl,
orderType: orderType,
onClickConfirm: {