Commit 874d03e4 authored by Alex朱枝文's avatar Alex朱枝文

大众会员改为普通会员

parent 9c105d45
...@@ -18,7 +18,7 @@ enum YHMembershipLevel: Int, CaseIterable { ...@@ -18,7 +18,7 @@ enum YHMembershipLevel: Int, CaseIterable {
var description: String { var description: String {
switch self { switch self {
case .normal: case .normal:
return "大众会员" return "普通会员"
case .gold: case .gold:
return "黄金会员" return "黄金会员"
case .platinum: case .platinum:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment