|
@@ -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)
|
|
|
|
+ }
|
|
}
|
|
}
|
|
})
|
|
})
|
|
// }
|
|
// }
|