Skip to content

Commit

Permalink
update LoginView
Browse files Browse the repository at this point in the history
  • Loading branch information
Linecom233 committed Jul 16, 2024
1 parent c0be59a commit 7edd4f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MeowBili/Others/LoginView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ struct LoginView: View {
// .foregroundStyle(currentStep == 1 ? Color.accentColor : Color.primary)
if #available(watchOS 9, *) {
Picker("", selection: $countryCode) {
Text("").tag("")
Text("中国大陆 86").tag("86")
Text("中国香港特别行政区 852").tag("852")
Text("中国澳门特别行政区 853").tag("853")
Expand Down Expand Up @@ -290,7 +289,6 @@ struct LoginView: View {
}.frame(height: 50)
} else {
Picker("", selection: $countryCode) {
Text("").tag("")
Text("中国大陆 86").tag("86")
Text("中国香港特别行政区 852").tag("852")
Text("中国澳门特别行政区 853").tag("853")
Expand Down

0 comments on commit 7edd4f8

Please sign in to comment.