|
@@ -201,7 +201,7 @@ export default {
|
|
|
let new_con = item.item_con_yuan[item.item_active_index].split(this.active_letter);
|
|
|
item.item_con[item.item_active_index] = new_con[0] + this.final_con + new_con[1];
|
|
|
this.$forceUpdate();
|
|
|
- this.answer.answer_list[i].value[item.item_active_index] = new_con[0] + this.active_letter + 0 + new_con[1];
|
|
|
+ this.answer.answer_list[i].value[item.item_active_index] = new_con[0] + this.active_letter + new_con[1];
|
|
|
}, 100);
|
|
|
} else if (
|
|
|
item.user_answer[item.item_active_index].select_tone &&
|