|
@ -262,6 +262,7 @@ Page({ |
|
|
return false |
|
|
return false |
|
|
} |
|
|
} |
|
|
const imagesList = [] |
|
|
const imagesList = [] |
|
|
|
|
|
if (this.data.topicType == '0') { |
|
|
if (this.data.imageList.length > 0) { |
|
|
if (this.data.imageList.length > 0) { |
|
|
const isUploadingStatus = this.data.imageList.some(item => item.upload) |
|
|
const isUploadingStatus = this.data.imageList.some(item => item.upload) |
|
|
if (isUploadingStatus) { |
|
|
if (isUploadingStatus) { |
|
@ -283,6 +284,7 @@ Page({ |
|
|
}) |
|
|
}) |
|
|
return false |
|
|
return false |
|
|
} |
|
|
} |
|
|
|
|
|
} |
|
|
const para = { |
|
|
const para = { |
|
|
topicType:this.data.topicType,//话题类型:0:事好儿鼓个掌 1:话对捧个场
|
|
|
topicType:this.data.topicType,//话题类型:0:事好儿鼓个掌 1:话对捧个场
|
|
|
topicContent: this.data.topicValue,//话题内容
|
|
|
topicContent: this.data.topicValue,//话题内容
|
|
|