|
@@ -1264,12 +1264,7 @@ export default {
|
|
|
let isMusic = true;
|
|
|
this.activeSoundList.forEach(item => {
|
|
|
if (!item.jihua) {
|
|
|
- if (item.jihua === 0) {
|
|
|
- } else {
|
|
|
- isJihua = false;
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
+ isJihua = false;
|
|
|
}
|
|
|
if (!item.yuji) {
|
|
|
if (item.yuji === 0) {
|
|
@@ -1773,7 +1768,9 @@ export default {
|
|
|
},
|
|
|
setChioseMusic (row) {
|
|
|
// 多个乐器得比较乐器费用
|
|
|
-
|
|
|
+ if (row.fangshi.length <= 0) {
|
|
|
+ return
|
|
|
+ }
|
|
|
let flag = true;
|
|
|
row.fangshi.sort((a, b) => {
|
|
|
return b.mode.price - a.mode.price
|