Browse Source

Update SignUpLevel.vue

lex-xin 5 years ago
parent
commit
ab7789ddd8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/signup/SignUpLevel.vue

+ 0 - 1
src/views/signup/SignUpLevel.vue

@@ -707,7 +707,6 @@ export default {
                     return
                 }
             } else if(songUpload.indexName == "performNum") {
-                if(this.performNumUpload[songUpload.index] && this.performNumUpload[songUpload.index][0].url) {
                 if(this.performNumUpload[songUpload.index] && this.performNumUpload[songUpload.index].length > 0 && this.performNumUpload[songUpload.index][0].url) {
                     this.performNumSelect[songUpload.index] = nameAuthor
                     this.performNumSelectUploadList[songUpload.index] = JSON.parse(JSON.stringify(songUpload))