* Fix changeProductBox type error。 the bug #41476.
This commit is contained in:
@@ -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
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user