lex-xin 4 年之前
父節點
當前提交
3887d99fef

文件差異過大導致無法顯示
+ 0 - 0
dist/app.0e9054aab4648d1035ee.js


二進制
dist/app.6fd283e6d8b2ba98c366.js.gz → dist/app.0e9054aab4648d1035ee.js.gz


文件差異過大導致無法顯示
+ 0 - 0
dist/css/SignUpLevel.78e595ae.css


文件差異過大導致無法顯示
+ 0 - 0
dist/css/SignUpLevel.7f9d94c9.css


文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/js/SignUpLevel.6e5b3ee2.js


二進制
dist/js/SignUpLevel.6e5b3ee2.js.gz


文件差異過大導致無法顯示
+ 0 - 0
dist/js/SignUpLevel.f5fe1601.js


二進制
dist/js/SignUpLevel.f5fe1601.js.gz


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

@@ -790,12 +790,13 @@ export default {
                 // 练习课 "PRACTICE"
                 if(this.practiceSongIdList) {  // 下拉选择
                     this.practiceSelectList.forEach(item => {
+                        console.log(item)
                         songJson.push({
                             id: item.id,
                             type: item.type,
                             songName: item.songName,
                             songAuthor: item.songAuthor,
-                            uploadUrl: item.fileUrlList.join(',')
+                            uploadUrl: item.fileUrlList
                         })
                     })
                 } else {  // 自选
@@ -817,12 +818,13 @@ export default {
                 // 演奏课 "PERFORM"
                 if(this.performSongIdList) {
                     this.performNumSelectList.forEach(item => {
+                         console.log(item)
                         songJson.push({
                             id: item.id,
                             type: item.type,
                             songName: item.songName,
                             songAuthor: item.songAuthor,
-                            uploadUrl: item.fileUrlList.join(',')
+                            uploadUrl: item.fileUrlList
                         })
                     })
                 } else {

部分文件因文件數量過多而無法顯示