lex-xin 4 years ago
parent
commit
820c27d585

BIN
dist/app.754fba27c930fe02b479.js.gz


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


BIN
dist/app.b0aeb953a6114aecd270.js.gz


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


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


BIN
dist/js/SignUpLevel.7199b67b.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 - 4
src/views/signup/SignUpLevel.vue

@@ -32,7 +32,7 @@
         </div>
         <!-- <div class="title">上传证书</div> -->
         <!-- <van-field readonly clickable name="nation" label="上次考级级别" placeholder="请选择级别" is-link /> -->
-        <van-field readonly clearable name="code" label="上专业证书" >
+        <van-field readonly clearable name="code" label="上专业证书" >
             <template #input>
                 <van-uploader
                     name="certificate"
@@ -47,7 +47,7 @@
         <div class="title">乐理知识</div>
         <van-field required @click="onGetSheetList('examMusicTheory')" readonly clickable name="nation" label="专业级别" v-model="formText.examMusicTheoryName" placeholder="请选择专业级别" is-link />
         <!-- <van-field readonly clickable name="nation" label="上次考级级别" placeholder="请选择" is-link /> -->
-        <van-field readonly :required="form.examMusicTheoryId == 999 ? true : false" clearable name="code" label="上乐理证书" >
+        <van-field readonly :required="form.examMusicTheoryId == 999 ? true : false" clearable name="code" label="上乐理证书" >
             <template #input>
                 <van-uploader
                     name="certificate2"
@@ -699,7 +699,7 @@ export default {
             }
             const nameAuthor = songUpload.name + (songUpload.author ? "-" + songUpload.author : "")
             if(songUpload.indexName == "practiceNum") {
-                if(this.practiceUpload[songUpload.index] && this.practiceUpload[songUpload.index].url) {
+                if(this.practiceUpload[songUpload.index] && this.practiceUpload[songUpload.index][0].url) {
                     this.practiceSelect[songUpload.index] = nameAuthor
                     this.practiceSelectUploadList[songUpload.index] = JSON.parse(JSON.stringify(songUpload))
                 } else {
@@ -707,7 +707,7 @@ export default {
                     return
                 }
             } else if(songUpload.indexName == "performNum") {
-                if(this.performNumUpload[songUpload.index] && this.performNumUpload[songUpload.index].url) {
+                if(this.performNumUpload[songUpload.index] && this.performNumUpload[songUpload.index][0].url) {
                     this.performNumSelect[songUpload.index] = nameAuthor
                     this.performNumSelectUploadList[songUpload.index] = JSON.parse(JSON.stringify(songUpload))
                 } else {

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