Commit e7e553031776933c8c87945ca9e28d900bc05e3e

Authored by liushiyu
1 parent 3d697fc5

提交修改

... ... @@ -50,7 +50,7 @@ target 'metaCode' do
50 50 pod 'ZFPlayer', :git => 'https://gitee.com/mirrors/ZFPlayer.git'
51 51 pod 'ZFPlayer/ControlView', :git => 'https://gitee.com/mirrors/ZFPlayer.git'
52 52 pod 'ZFPlayer/AVPlayer', :git => 'https://gitee.com/mirrors/ZFPlayer.git'
53   -# pod 'ZFPlayer/ijkplayer', :git => 'https://gitee.com/mirrors/ZFPlayer.git'
  53 + pod 'ZFPlayer/ijkplayer', :git => 'https://gitee.com/mirrors/ZFPlayer.git'
54 54 #分享
55 55 pod 'CNLiveShareToolKit'
56 56 #网家家输入组件
... ...
metaCode/Classes/Main/MinePage/ViewModel/CNLiveMineViewModel.swift
... ... @@ -514,6 +514,7 @@ class CNLiveMineViewModel: NSObject {
514 514 }
515 515 resultBlock(tempArray,.success)
516 516 }else if (type == .effect) {
  517 + CNLiveSaveAuthStateDB.shared.save(object: newsModel, key: identityId)
517 518 resultBlock(newsModel,.success)
518 519 }else {
519 520 CNLiveSaveAuthStateDB.shared.save(object: newsModel, key: identityId)
... ...