调整报错
parent
36262e6295
commit
f83d869e57
|
|
@ -123,7 +123,7 @@ class CustomRegionController extends AdminController
|
|||
amisMake()->Panel()->title('基础介绍')
|
||||
->className('Panel--success')
|
||||
->body([
|
||||
amisMake()->Tpl()->tpl($region->content)
|
||||
amisMake()->Tpl()->tpl($region?->content ?? '')
|
||||
])
|
||||
]),
|
||||
amisMake()->Wrapper()->sm(8)->body([
|
||||
|
|
|
|||
Loading…
Reference in New Issue