Commit 99e99c93d0fda62dfb8bb535a52e3f3ca8908dc0

Authored by liushiyu
1 parent 7dd344ae

提示修改

metaCode/Classes/Main/MinePage/Controller/CNLiveMineInputViewController.swift
... ... @@ -128,7 +128,7 @@ class CNLiveMineInputViewController : CNLiveBaseViewController, UITableViewDeleg
128 128  
129 129 @objc func sendInfoActionMothod() {
130 130 setupWithContentUploadImage { [self] url in
131   - if (self?.tempCell) self.tempCell._infoModel?.value = url
  131 + if (self?.tempCell != nil) self.tempCell._infoModel?.value = url
132 132 CNLiveMineViewModel.requestsPOSTAuthInfo(identityId: "\(_listModel.id)", infos: self.dataArray) { [self] result, respStatue in
133 133 if respStatue == .success {
134 134 showMessage(message: "上传成功")
... ...