Q:創(chuàng)建好的積分商品編輯顯示
trim() expects parameter 1 to be string, array given
修改解決
crmeb/app/adminapi/common.php
Q:積分商品修改后提交顯示
Undefined index: add pic
目錄crmeb/app/services/product/product/StoreProductServices.php
$attrValue['pic'] = isset($attr['add_pic']) ? $attr['add_pic'] == 1 ? trim($attrValue['pic']): '':'';
注意標(biāo)點(diǎn)符號(hào)括號(hào)等