* Fix changeProductBox type error。 the bug #41476.

This commit is contained in:
wangyuting
2023-12-14 13:28:58 +08:00
parent 557866dc71
commit 970cdd2da6
+2 -2
View File
@@ -10,10 +10,10 @@ declare(strict_types=1);
*/
namespace zin;
$changeProductBox = '';
$changeProductBox = array();
if($project->hasProduct)
{
$changeProductBox = div(
$changeProductBox[] = div(
setClass('select-product-box mx-2'),
picker
(