修复了涂鸦礼物送多人计算错误的问题

This commit is contained in:
fengshuo
2022-08-24 17:31:48 +08:00
parent cbf882c89f
commit 8479663314
7 changed files with 35 additions and 31 deletions

View File

@@ -26,6 +26,8 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic,assign) double price;
///动画的数据
@property (nonatomic,strong) NSArray *animationArray;
///选择的用户个数
@property (nonatomic,assign) NSInteger selectUidNumber;
@end
NS_ASSUME_NONNULL_END