Commit 5c9db053 authored by platyhouse's avatar platyhouse

. - encrypted

parent b422d2c3
...@@ -71,7 +71,7 @@ namespace platyFramework; ...@@ -71,7 +71,7 @@ namespace platyFramework;
<div class="box-body"> <div class="box-body">
<div class='col-md-12'> <div class='col-md-12'>
<?= ptypushItemModel::buildItem()->getEditForm("shopSpecialItemId", $item->id, [ <?= ptypushItemModel::buildItem()->getEditForm("shopSpecialItemId", $item->id, [
"title" => $item->title, "content" => $item->titleDesc, "imageUrl" => $item->previewImageUrl "title" => $item->title, "content" => $item->titleDesc, "imageUrl" => $item->imageUrl
]); ?> ]); ?>
</div> </div>
</div> </div>
......
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