|
@@ -8,6 +8,7 @@
|
|
// 次中音号 tenorHorn
|
|
// 次中音号 tenorHorn
|
|
// 小军鼓 snareDrum
|
|
// 小军鼓 snareDrum
|
|
// 打击乐 idiophonic
|
|
// 打击乐 idiophonic
|
|
|
|
+// 大号 tuba
|
|
|
|
|
|
let instruments = {
|
|
let instruments = {
|
|
flute: {
|
|
flute: {
|
|
@@ -459,10 +460,19 @@ let instruments = {
|
|
marketPrice: 3700,
|
|
marketPrice: 3700,
|
|
referencePrice: 3190,
|
|
referencePrice: 3190,
|
|
checked: true,
|
|
checked: true,
|
|
- texture: '',
|
|
|
|
|
|
+ texture: '桦木鼓腔,高碳钢纱带、结构:双铸、圈表面处理:烤漆',
|
|
index: 11
|
|
index: 11
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ default: 0, // 1 为默认配置
|
|
|
|
+ name: '初级配置',
|
|
|
|
+ marketPrice: 1980,
|
|
|
|
+ referencePrice: 1690,
|
|
|
|
+ checked: false,
|
|
|
|
+ texture: '小军鼓一套(含哑鼓垫)',
|
|
|
|
+ index: 14
|
|
|
|
+ },
|
|
|
|
+ {
|
|
default: 0,
|
|
default: 0,
|
|
name: '自备',
|
|
name: '自备',
|
|
marketPrice: 0,
|
|
marketPrice: 0,
|
|
@@ -471,7 +481,7 @@ let instruments = {
|
|
index: 99
|
|
index: 99
|
|
}
|
|
}
|
|
],
|
|
],
|
|
- configuration: '珍珠镍小军鼓,桦木鼓腔,高碳钢纱带',
|
|
|
|
|
|
+ configuration: '',
|
|
auxiliaries: [
|
|
auxiliaries: [
|
|
{
|
|
{
|
|
index: 1,
|
|
index: 1,
|
|
@@ -587,6 +597,75 @@ let instruments = {
|
|
referencePrice: 65
|
|
referencePrice: 65
|
|
}
|
|
}
|
|
]
|
|
]
|
|
|
|
+ },
|
|
|
|
+ tuba: {
|
|
|
|
+ name: '大号',
|
|
|
|
+ config: [
|
|
|
|
+ {
|
|
|
|
+ default: 1,
|
|
|
|
+ name: '标准配置',
|
|
|
|
+ marketPrice: 30200,
|
|
|
|
+ referencePrice: 26800,
|
|
|
|
+ checked: true,
|
|
|
|
+ texture: '管径:16.8mm 口径:366mm 表面处理:漆金',
|
|
|
|
+ index: 15
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ default: 0, // 1 为默认配置
|
|
|
|
+ name: '初级配置',
|
|
|
|
+ marketPrice: 13000,
|
|
|
|
+ referencePrice: 11500,
|
|
|
|
+ checked: false,
|
|
|
|
+ texture: '材质:黄铜 表面处理:漆金 号口直径:375mm 内管直径:18mm 全高:991mm',
|
|
|
|
+ index: 16
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ default: 0,
|
|
|
|
+ name: '自备',
|
|
|
|
+ marketPrice: 0,
|
|
|
|
+ referencePrice: 0,
|
|
|
|
+ checked: false,
|
|
|
|
+ index: 99
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ configuration: '降B调 ',
|
|
|
|
+ auxiliaries: [
|
|
|
|
+ {
|
|
|
|
+ index: 1,
|
|
|
|
+ name: '节拍器',
|
|
|
|
+ marketPrice: 120,
|
|
|
|
+ checked: true,
|
|
|
|
+ referencePrice: 95
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ index: 2,
|
|
|
|
+ name: '谱架',
|
|
|
|
+ marketPrice: 80,
|
|
|
|
+ checked: true,
|
|
|
|
+ referencePrice: 65
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ index: 3,
|
|
|
|
+ name: '活塞油',
|
|
|
|
+ marketPrice: 30,
|
|
|
|
+ checked: true,
|
|
|
|
+ referencePrice: 25
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ index: 7,
|
|
|
|
+ name: '调音管油',
|
|
|
|
+ marketPrice: 30,
|
|
|
|
+ checked: true,
|
|
|
|
+ referencePrice: 25
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ index: 8,
|
|
|
|
+ name: '乐器维护',
|
|
|
|
+ marketPrice: 480,
|
|
|
|
+ checked: true,
|
|
|
|
+ referencePrice: 300
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|