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