Commit 2d9a3a89 authored by 李维's avatar 李维

bug fix

parent ecac535c
...@@ -386,7 +386,7 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -386,7 +386,7 @@ export class PlayComponent implements OnInit, OnDestroy {
} }
if(enableText){ if(enableText){
// 文字内容 // 文字内容
let DemoText = "It's really a fantastic magic movie which talks about love and friendship." let DemoText = this.g_formData.mainQuestion.text
let textContent = new RichText(this.g_ctx) let textContent = new RichText(this.g_ctx)
textContent.fontName = "BRLNSR_1" textContent.fontName = "BRLNSR_1"
textContent.fontSize = 50 textContent.fontSize = 50
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment