Commit 99e99c93d0fda62dfb8bb535a52e3f3ca8908dc0
1 parent
7dd344ae
提示修改
Showing
1 changed file
with
1 additions
and
1 deletions
metaCode/Classes/Main/MinePage/Controller/CNLiveMineInputViewController.swift
| @@ -128,7 +128,7 @@ class CNLiveMineInputViewController : CNLiveBaseViewController, UITableViewDeleg | @@ -128,7 +128,7 @@ class CNLiveMineInputViewController : CNLiveBaseViewController, UITableViewDeleg | ||
| 128 | 128 | ||
| 129 | @objc func sendInfoActionMothod() { | 129 | @objc func sendInfoActionMothod() { |
| 130 | setupWithContentUploadImage { [self] url in | 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 | CNLiveMineViewModel.requestsPOSTAuthInfo(identityId: "\(_listModel.id)", infos: self.dataArray) { [self] result, respStatue in | 132 | CNLiveMineViewModel.requestsPOSTAuthInfo(identityId: "\(_listModel.id)", infos: self.dataArray) { [self] result, respStatue in |
| 133 | if respStatue == .success { | 133 | if respStatue == .success { |
| 134 | showMessage(message: "上传成功") | 134 | showMessage(message: "上传成功") |