|
@@ -1227,8 +1227,8 @@ extension PQStuckPointPublicController {
|
|
|
if uploadData?.localPath != nil {
|
|
|
let size = try! URL(string: uploadData?.localPath ?? "")?.resourceValues(forKeys: [.fileSizeKey])
|
|
|
BFLog(message: "size = \(String(describing: size))")
|
|
|
- if Float64(size?.fileSize ?? 0) > maxUploadSize {
|
|
|
- cShowHUB(superView: nil, msg: "无法发布大于10G的视频,请重新选择/合成发布")
|
|
|
+ if Float64(size?.fileSize ?? 0) > maxUploadSize {
|
|
|
+ cShowHUB(superView: nil, msg:"无法发布大于10G的视频,请重新选择/合成发布")
|
|
|
// 上传失败-播放视频
|
|
|
publicEnd(isError: true)
|
|
|
return
|