更新购物车

parent 321aa3c9
Showing with 3 additions and 3 deletions
......@@ -44,9 +44,9 @@ class CartService
$digikeyInfo = ThirdService::getSemourData("sku_raw_map",$goods_id); //digikey 编码
if ($digikeyInfo){
$digikeyArr = json_decode($digikeyInfo,true);
$temp["raw_goods_sn"]= $digikeyArr["raw_goods_id"];
$temp["raw_goods_packing"]= $digikeyArr["pack"];
$temp["raw_brand_name"]= $digikeyArr["raw_brand_name"];
$temp["raw_goods_sn"]= \Arr::get($digikeyArr,"raw_goods_id");
$temp["raw_goods_packing"]= \Arr::get($digikeyArr,"pack");
$temp["raw_brand_name"]= \Arr::get($digikeyArr,"raw_brand_name");
}
//购买时价格
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment