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