|
@@ -202,6 +202,7 @@ export default {
|
|
mp3_list: [],
|
|
mp3_list: [],
|
|
pinyin_site: "first", //拼音位置
|
|
pinyin_site: "first", //拼音位置
|
|
motif_color: false, //主题色
|
|
motif_color: false, //主题色
|
|
|
|
+ collocation: '', // 搭配
|
|
},
|
|
},
|
|
],
|
|
],
|
|
],
|
|
],
|
|
@@ -468,6 +469,9 @@ export default {
|
|
if(!items.hasOwnProperty("motif_color")){
|
|
if(!items.hasOwnProperty("motif_color")){
|
|
this.$set(items, "motif_color", false);
|
|
this.$set(items, "motif_color", false);
|
|
}
|
|
}
|
|
|
|
+ if(!items.hasOwnProperty("collocation")){
|
|
|
|
+ this.$set(items, "collocation", '')
|
|
|
|
+ }
|
|
})
|
|
})
|
|
});
|
|
});
|
|
// this.curQue = JSON.parse(JSON.stringify(data));
|
|
// this.curQue = JSON.parse(JSON.stringify(data));
|