mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-12 04:16:48 +08:00
提交
This commit is contained in:
@@ -123,10 +123,9 @@
|
|||||||
onLoad(option){
|
onLoad(option){
|
||||||
if(option.value){
|
if(option.value){
|
||||||
this.qa=JSON.parse(option.value)
|
this.qa=JSON.parse(option.value)
|
||||||
this.content = (this.qa.content).replace(/<\/?[^>]*>/g, '');
|
this.content = (this.qa.content).replace(/<\/?[^>]*>/g, '');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user