Parcourir la source

[*] 暂时提交

yanxuyao il y a 8 mois
Parent
commit
fe019e27db

BIN
MiMoLive/MiMoLive/Assets.xcassets/Version2/Live/Bag/v_2_prop_no_use.imageset/v_2_prop_no_use@2x.png


BIN
MiMoLive/MiMoLive/Assets.xcassets/Version2/Live/Bag/v_2_prop_no_use.imageset/v_2_prop_no_use@3x.png


+ 4 - 1
MiMoLive/MiMoLive/Classes/Live/View/LiveingView/GiftListView/MOGiftListBagView/MOGiftListBagView.m

@@ -420,7 +420,7 @@
         [_theUseBtn setTitle:NSLocalString(@"mimo_2_gift_list_prpps_use") forState:UIControlStateNormal];
         [_theUseBtn setTitle:NSLocalString(@"mimo_2_gift_list_prpps_a_use") forState:UIControlStateSelected];
         
-        NSArray *selectColorArr = @[[MOTools colorWithHexString:@"#1F1F2B" alpha:0.94],[MOTools colorWithHexString:@"#1F1F2B" alpha:0.94]];
+        NSArray *selectColorArr = @[[MOTools colorWithHexString:@"#FFFFFF" alpha:0.06],[MOTools colorWithHexString:@"#FFFFFF" alpha:0.06]];
         UIImage *selectImg = [MOTools createGradientRectImageWithBounds:CGRectMake(0, 0, 80.0, 30.0) Colors:selectColorArr GradientType:0];
         [_theUseBtn setBackgroundImage:selectImg forState:UIControlStateSelected];
         
@@ -430,6 +430,9 @@
         
         [_theUseBtn setImage:[UIImage imageNamed:@"v_2_prop_use"] forState:UIControlStateNormal];
         [_theUseBtn setImage:[UIImage imageNamed:@"v_2_prop_no_use"] forState:UIControlStateSelected];
+        
+        [_theUseBtn setTitleColor:[MOTools colorWithHexString:@"#FFFFFF"] forState:UIControlStateNormal];
+        [_theUseBtn setTitleColor:[MOTools colorWithHexString:@"#878A99"] forState:UIControlStateSelected];
                 
         // 调整图文间距和内边距
         CGFloat spacing = 5.0; // 减小图文间距