This commit is contained in:
lmj
2022-11-17 17:13:36 +08:00
parent ff9de69585
commit 5e92fc1d36

View File

@@ -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>