Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -179,6 +179,8 @@ class AdminMakeImmerse implements ShouldQueue | ... | @@ -179,6 +179,8 @@ class AdminMakeImmerse implements ShouldQueue |
179 | 179 | ||
180 | }else{ // 图文 | 180 | }else{ // 图文 |
181 | $image = $this->getAbsolutePath($adminMakeVideo->images_url); | 181 | $image = $this->getAbsolutePath($adminMakeVideo->images_url); |
182 | + // 素材准备 | ||
183 | + $drawtext = $this->getTextContentString(); | ||
182 | 184 | ||
183 | if ($this->adminMakeVideo->type == 2 && !$is_bgm){ | 185 | if ($this->adminMakeVideo->type == 2 && !$is_bgm){ |
184 | // 没有背景音,单图一张,输出为单图。 | 186 | // 没有背景音,单图一张,输出为单图。 | ... | ... |
-
Please register or login to post a comment