Skip to content

Commit

Permalink
FIX: 修改情感 数据是否开启的条件变更
Browse files Browse the repository at this point in the history
  • Loading branch information
ET-LINK committed Nov 28, 2019
1 parent d978aa1 commit ea86ed9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions EnterAffectiveCloud/Cloud/AffectiveCloudServices.swift
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,9 @@ extension AffectiveCloudServices: WebSocketDelegate {
if let dataModel = model.dataModel as? CSResponseDataJSONModel,
let list = dataModel.affectiveList {
self.appendEmotionAffectiveInitialList(list: list)

}
if model.code == 0 {
if let subs = self.affectiveSubscription {
self.emotionSubscribe(services: subs)
}
Expand Down

0 comments on commit ea86ed9

Please sign in to comment.