|
@@ -14,15 +14,6 @@ let instruments = {
|
|
|
name: '长笛',
|
|
|
config: [
|
|
|
{
|
|
|
- default: 0, // 1 为默认配置
|
|
|
- name: '初级配置',
|
|
|
- marketPrice: 3150,
|
|
|
- referencePrice: 2680,
|
|
|
- checked: false,
|
|
|
- texture: '白铜管体',
|
|
|
- index: 1
|
|
|
- },
|
|
|
- {
|
|
|
default: 1,
|
|
|
name: '标准配置',
|
|
|
marketPrice: 4500,
|
|
@@ -32,6 +23,15 @@ let instruments = {
|
|
|
index: 2
|
|
|
},
|
|
|
{
|
|
|
+ default: 0, // 1 为默认配置
|
|
|
+ name: '初级配置',
|
|
|
+ marketPrice: 3150,
|
|
|
+ referencePrice: 2680,
|
|
|
+ checked: false,
|
|
|
+ texture: '白铜管体',
|
|
|
+ index: 1
|
|
|
+ },
|
|
|
+ {
|
|
|
default: 0,
|
|
|
name: '自备',
|
|
|
marketPrice: 0,
|
|
@@ -69,15 +69,6 @@ let instruments = {
|
|
|
name: '单簧管',
|
|
|
config: [
|
|
|
{
|
|
|
- default: 0, // 1 为默认配置
|
|
|
- name: '初级配置',
|
|
|
- marketPrice: 3280,
|
|
|
- referencePrice: 2780,
|
|
|
- checked: false,
|
|
|
- texture: '胶木',
|
|
|
- index: 3
|
|
|
- },
|
|
|
- {
|
|
|
default: 1,
|
|
|
name: '标准配置',
|
|
|
marketPrice: 4580,
|
|
@@ -87,6 +78,15 @@ let instruments = {
|
|
|
index: 4
|
|
|
},
|
|
|
{
|
|
|
+ default: 0, // 1 为默认配置
|
|
|
+ name: '初级配置',
|
|
|
+ marketPrice: 3280,
|
|
|
+ referencePrice: 2780,
|
|
|
+ checked: false,
|
|
|
+ texture: '胶木',
|
|
|
+ index: 3
|
|
|
+ },
|
|
|
+ {
|
|
|
default: 0,
|
|
|
name: '自备',
|
|
|
marketPrice: 0,
|
|
@@ -138,15 +138,6 @@ let instruments = {
|
|
|
name: '萨克斯管',
|
|
|
config: [
|
|
|
{
|
|
|
- default: 0, // 1 为默认配置
|
|
|
- name: '初级配置',
|
|
|
- marketPrice: 4200,
|
|
|
- referencePrice: 3550,
|
|
|
- checked: false,
|
|
|
- texture: '/',
|
|
|
- index: 5
|
|
|
- },
|
|
|
- {
|
|
|
default: 1,
|
|
|
name: '标准配置',
|
|
|
marketPrice: 6080,
|
|
@@ -156,6 +147,15 @@ let instruments = {
|
|
|
index: 6
|
|
|
},
|
|
|
{
|
|
|
+ default: 0, // 1 为默认配置
|
|
|
+ name: '初级配置',
|
|
|
+ marketPrice: 4200,
|
|
|
+ referencePrice: 3550,
|
|
|
+ checked: false,
|
|
|
+ texture: '/',
|
|
|
+ index: 5
|
|
|
+ },
|
|
|
+ {
|
|
|
default: 0,
|
|
|
name: '自备',
|
|
|
marketPrice: 0,
|