Commit b3a2bdcc43167da728c1b54ce26312df94aa95ab

Authored by niudaojian
1 parent 70f76df3

0.7.1 解决消息 为共享家园消息

CNLiveNewIMAManagerKit.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveNewIMAManagerKit'
11   - s.version = '0.7.0'
  11 + s.version = '0.7.1'
12 12 s.summary = 'A short description of CNLiveNewIMAManagerKit.'
13 13  
14 14 #s.description = <<-DESC
... ...
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"];
... ...