Commit 782399918f1b566358920560888ff69c4c8147df

Authored by liushiyu
1 parent 99e99c93

提交修改

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