|
...
|
...
|
@@ -123,7 +123,7 @@ class TemplateController extends BaseController |
|
|
|
$data = TemplateLogic::instance()->first($source,$source_id);
|
|
|
|
|
|
|
|
|
|
|
|
return $this->response('',Code::SUCCESS,['html'=>$data['html']]);
|
|
|
|
return $this->response('',Code::SUCCESS,$data?$data['html']:'');
|
|
|
|
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|