Commit 9e06b664 authored by Steven杜宇's avatar Steven杜宇

// vip

parent f241c731
...@@ -18,7 +18,7 @@ class YHVipLevelRightViewController: YHBaseViewController, UITableViewDataSource ...@@ -18,7 +18,7 @@ class YHVipLevelRightViewController: YHBaseViewController, UITableViewDataSource
var arr:[[YHVipLevelRightInfoModel]] = [ var arr:[[YHVipLevelRightInfoModel]] = [
[YHVipLevelRightInfoModel(type: .text, title: "专属顾问", text1: "4小时*5天专人", text2: "8小时*5天专人", text3: "4小时*5天专人", text4: "8小时*5天专人"), [YHVipLevelRightInfoModel(type: .text, title: "专属顾问", text1: "4小时*5天专人", text2: "8小时*5天专人", text3: "12小时*7天专人", text4: "24小时*7天专人"),
YHVipLevelRightInfoModel(type: .own, title: "专属积分消费", level1: 1, level2: 1, level3: 1, level4: 1), YHVipLevelRightInfoModel(type: .own, title: "专属积分消费", level1: 1, level2: 1, level3: 1, level4: 1),
YHVipLevelRightInfoModel(type: .own, title: "精品下午茶", level1: 1, level2: 1, level3: 1, level4: 1), YHVipLevelRightInfoModel(type: .own, title: "精品下午茶", level1: 1, level2: 1, level3: 1, level4: 1),
YHVipLevelRightInfoModel(type: .own, title: "线下沙龙", level1: 1, level2: 1, level3: 1, level4: 1), YHVipLevelRightInfoModel(type: .own, title: "线下沙龙", level1: 1, level2: 1, level3: 1, level4: 1),
......
...@@ -21,15 +21,15 @@ class YHMyUserInfoView: UIView { ...@@ -21,15 +21,15 @@ class YHMyUserInfoView: UIView {
if vipLevel == .gold { if vipLevel == .gold {
vipImg = "mine_vip_1" vipImg = "mine_vip_1"
vipImgWidth = 43.0 vipImgWidth = 38.0
} else if vipLevel == .platinum { } else if vipLevel == .platinum {
vipImg = "mine_vip_2" vipImg = "mine_vip_2"
vipImgWidth = 43.0 vipImgWidth = 44.0
} else if vipLevel == .diamond { } else if vipLevel == .diamond {
vipImg = "mine_vip_3" vipImg = "mine_vip_3"
vipImgWidth = 43.0 vipImgWidth = 49.0
} }
vipImgView.image = UIImage(named: vipImg) vipImgView.image = UIImage(named: vipImg)
......
...@@ -5,12 +5,12 @@ ...@@ -5,12 +5,12 @@
"scale" : "1x" "scale" : "1x"
}, },
{ {
"filename" : "Group 2033197212@2x.png", "filename" : "等级徽标-黄金@2x.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "2x" "scale" : "2x"
}, },
{ {
"filename" : "Group 2033197212@3x.png", "filename" : "等级徽标-黄金@3x.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "3x" "scale" : "3x"
} }
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"scale" : "1x" "scale" : "1x"
}, },
{ {
"filename" : "mine_vip_2@2x.png", "filename" : "Group 2033197214@2x.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "2x" "scale" : "2x"
}, },
......
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