|
@@ -130,7 +130,7 @@ export default {
|
|
|
};
|
|
|
this.answer.answer_list.push(obj);
|
|
|
}
|
|
|
- this.show_sample_break = this.data.sample_text ? this.data.sample_text.replace(/\\/g, '</p><p>') : '';
|
|
|
+ this.show_sample_break = this.data.sample_text ? this.data.sample_text.replace(/#/g, '</p><p>') : '';
|
|
|
},
|
|
|
changeImg(index) {
|
|
|
this.active_index = index;
|