Skip to content

Commit

Permalink
增加基础功能
Browse files Browse the repository at this point in the history
  • Loading branch information
liufei-ereach committed Jun 25, 2024
1 parent 59b7b73 commit 471bbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extend/StoreExtend.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function onEnable(Container $container, Extension $extension)
'code' => $commodity->code,
'name' => $commodity->name,
'uri' => $commodity->uri,
'pop_up' => $commodity->popUp,
'pop_up' => json_encode($commodity->popUp),
'create_time' => Date("Y-m-d H:i:s")
]);
}
Expand Down

0 comments on commit 471bbf5

Please sign in to comment.