瀏覽代碼

修改打包

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

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


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-19b74a19.b7faab7f.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-4f360553.488a9242.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-6921577a.f190d192.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-6ce222a8.abd7afa4.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-74ba09be.1b10af65.css


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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-19b74a19.055793b8.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-4f360553.ee271c3f.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-56598bd6.8470d2b9.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-58005682.fa2ffb21.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-5c25e4f8.b275543c.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-6921577a.f2962557.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-6ce222a8.ba26651c.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-74ba09be.4792d737.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-96adb77c.52d99389.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-a1d792d2.5eea6e9f.js


+ 10 - 0
src/views/resetTeaming/modals/subject-preview.vue

@@ -452,6 +452,12 @@ export default {
                         })
                         })
                         this.accessStatus = accessStatus
                         this.accessStatus = accessStatus
 
 
+                        // 所有打击乐声部没有乐保【23】
+                        if(this.subjectId == 23) {
+                            this.accessStatus = true
+                            accessStatus = true
+                        }
+
                         // 乐保服务初始化
                         // 乐保服务初始化
                         this.instrumentResult.forEach(item => {
                         this.instrumentResult.forEach(item => {
                             if(item.checked && item.kitType == "GROUP" && !accessStatus) {
                             if(item.checked && item.kitType == "GROUP" && !accessStatus) {
@@ -613,6 +619,10 @@ export default {
                             } else {
                             } else {
                                 marketPrice += parseFloat(item.courseOriginalPrice)
                                 marketPrice += parseFloat(item.courseOriginalPrice)
                             }
                             }
+
+                            if(this.courseViewType == 0 && !item.isStudentOptional) {
+                                marketPrice += parseFloat(item.courseOriginalPrice)
+                            }
                         }
                         }
                     })
                     })
                 // }
                 // }

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