Commit e14b3b2bd6bcb7e135fb19e9ca7e555653a4495d

Authored by “张旭”
1 parent 176df49f

no message

metaCode/Classes/Main/VideoPage/Controller/CNLiveShortVideoViewController.swift
... ... @@ -403,6 +403,11 @@ extension CNLiveShortVideoViewController {
403 403 let index = self.dataArray.index(of: viewcell.homeModel as Any)
404 404 self.playTheIndex(index: index)
405 405 }
  406 + CNLiveIntegralAlertTool.shared.integralStatusChangedBlock = {[weak self] integralPayStatus in
  407 + if integralPayStatus == .integralNotEnough{
  408 + //取消刷新
  409 + }
  410 + }
406 411 }
407 412 }
408 413  
... ...