Browse Source

修改文案和图片提示

lex-xin 5 years ago
parent
commit
793ebbea35

File diff suppressed because it is too large
+ 0 - 0
dist/app.1f3657cc36e120b46ce0.js


BIN
dist/app.1f3657cc36e120b46ce0.js.gz


BIN
dist/app.b0aeb953a6114aecd270.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/css/SignUpLevel.7900577e.css


File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/js/SignUpLevel.06860e8d.js


BIN
dist/js/SignUpLevel.06860e8d.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/js/SignUpLevel.d0b9208a.js


BIN
dist/js/SignUpLevel.d0b9208a.js.gz


+ 4 - 3
src/views/signup/SignUpLevel.vue

@@ -699,7 +699,7 @@ export default {
             }
             }
             const nameAuthor = songUpload.name + (songUpload.author ? "-" + songUpload.author : "")
             const nameAuthor = songUpload.name + (songUpload.author ? "-" + songUpload.author : "")
             if(songUpload.indexName == "practiceNum") {
             if(songUpload.indexName == "practiceNum") {
-                if(this.practiceUpload[songUpload.index] && this.practiceUpload[songUpload.index][0].url) {
+                if(this.practiceUpload[songUpload.index] && this.practiceUpload[songUpload.index].length > 0 && this.practiceUpload[songUpload.index][0].url) {
                     this.practiceSelect[songUpload.index] = nameAuthor
                     this.practiceSelect[songUpload.index] = nameAuthor
                     this.practiceSelectUploadList[songUpload.index] = JSON.parse(JSON.stringify(songUpload))
                     this.practiceSelectUploadList[songUpload.index] = JSON.parse(JSON.stringify(songUpload))
                 } else {
                 } else {
@@ -708,12 +708,13 @@ export default {
                 }
                 }
             } else if(songUpload.indexName == "performNum") {
             } 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][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.performNumSelect[songUpload.index] = nameAuthor
                     this.performNumSelectUploadList[songUpload.index] = JSON.parse(JSON.stringify(songUpload))
                     this.performNumSelectUploadList[songUpload.index] = JSON.parse(JSON.stringify(songUpload))
                 } else {
                 } else {
                     this.$toast("请上传文件")
                     this.$toast("请上传文件")
                     return
                     return
-                } 
+                }
             }
             }
             songUpload.name = null
             songUpload.name = null
             songUpload.author = null
             songUpload.author = null
@@ -855,7 +856,7 @@ export default {
             }
             }
 
 
             if(form.examMusicTheoryId == 999 && !form.lastMusicTheoryCertificateUrl) {
             if(form.examMusicTheoryId == 999 && !form.lastMusicTheoryCertificateUrl) {
-                this.$toast('请上传考级证书')
+                this.$toast('请上传乐理证书')
                 return false
                 return false
             }
             }
 
 

Some files were not shown because too many files changed in this diff