Commit b3a2bdcc43167da728c1b54ce26312df94aa95ab
1 parent
70f76df3
0.7.1 解决消息 为共享家园消息
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveNewIMAManagerKit.podspec
CNLiveNewIMAManagerKit/Classes/Playform/IMAConversationManager.m
| ... | ... | @@ -1191,7 +1191,7 @@ |
| 1191 | 1191 | [[CNCommuntyOrderStatusCacheManager shareCacheManager] setObject:@{orderId : @(status)} forKey:conv.getReceiver]; |
| 1192 | 1192 | } |
| 1193 | 1193 | } |
| 1194 | - else if ([dic[@"type"] integerValue] == CustomMsgTypCommuntyOrder) | |
| 1194 | + else if ([dic[@"type"] integerValue] == CustomMsgTypeShareGoodsToHome) | |
| 1195 | 1195 | { |
| 1196 | 1196 | //共享商品到家园消息 |
| 1197 | 1197 | NSDictionary *shareGoodsData = dic[@"shareGoodsData"]; | ... | ... |