Commit e7e553031776933c8c87945ca9e28d900bc05e3e

Authored by liushiyu
1 parent 3d697fc5

提交修改

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