修改了礼物面板送礼物按钮的效果

This commit is contained in:
fengshuo
2022-03-23 19:27:30 +08:00
parent 1f3ba5bac3
commit 926e1aa66b
4 changed files with 23 additions and 20 deletions

View File

@@ -30,6 +30,8 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic,strong) WalletInfoModel *walletInfoModel;
///是否展示首充
@property (nonatomic,assign) BOOL isShowFirstRecharge;
///是否可用
@property (nonatomic,assign) BOOL sendButtonIsEnable;
@end
NS_ASSUME_NONNULL_END