爵位完成

This commit is contained in:
启星
2025-11-11 17:19:21 +08:00
parent 406c481ba4
commit 7ac937ddbf
136 changed files with 3492 additions and 89 deletions

View File

@@ -821,6 +821,10 @@
}
-(void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath{
QXGiftModel *model = self.dataArray[indexPath.row];
if (model.is_lock.intValue == 1) {
showToast(@"请先开通爵位");
return;
}
if ([model.activities_id isEqualToString:@"5"]) {
///
if (self.selectetGiftBlock) {