|
|
@@ -127,7 +127,7 @@ class MtController extends PublicController
|
|
|
$imgString = $mgGoodsDetail['data']['picture'];
|
|
|
|
|
|
//$imgString = 'https://awp-assets.meituan.net/set/online_b_open_developer_react/images/biz-retail-bb948ac2b3.png,https://awp-assets.meituan.net/set/online_b_open_developer_react/images/biz-medicine-b6d2fdf744.png';
|
|
|
-echo $imgString;die;
|
|
|
+echo $imgString;
|
|
|
$goodsName = $mtGoods['food_name'] ?? '';
|
|
|
$goodsPrice = $mtGoods['price'] ?? 0;
|
|
|
$num = $mtGoods['quantity'] ?? 0;
|