feat: 点击卡片跳转订阅页面
This commit is contained in:
parent
5e7bdb64c5
commit
135bebd0af
@ -288,6 +288,9 @@ struct UserProfileModal: View {
|
|||||||
size: "sm"
|
size: "sm"
|
||||||
)
|
)
|
||||||
.padding(.horizontal, Theme.Spacing.xl)
|
.padding(.horizontal, Theme.Spacing.xl)
|
||||||
|
.onTapGesture {
|
||||||
|
Router.shared.navigate(to: .subscribe)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private func fetchUserInfo() {
|
private func fetchUserInfo() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user