Sfoglia il codice sorgente

虚拟评论选择规格

evoxwht 2 anni fa
parent
commit
acc36f2a2b

+ 1 - 1
crmeb/app/services/product/product/StoreProductServices.php

@@ -871,7 +871,7 @@ class StoreProductServices extends BaseServices
                     'image' => $items['pic'],
                     'price' => $items['price'],
                     'ot_price' => $items['ot_price'],
-                    'sku' => implode(',', $items['detail'])
+                    'suk' => implode(',', $items['detail'])
                 ];
             }
         }