|
@@ -474,6 +474,10 @@ export default {
|
|
compose() {
|
|
compose() {
|
|
let state = this.composeState;
|
|
let state = this.composeState;
|
|
|
|
|
|
|
|
+ if(this.uploadProgress != 100 || this.ids.length == 0) {
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
|
|
+
|
|
switch(state) {
|
|
switch(state) {
|
|
case 'publish' :
|
|
case 'publish' :
|
|
if(this.media.length == 0) {
|
|
if(this.media.length == 0) {
|