|
@@ -106,10 +106,10 @@ class Shop extends BaseController
|
|
|
'uid' => $request->user['uid'],
|
|
'uid' => $request->user['uid'],
|
|
|
'real_name' => $address['real_name'],
|
|
'real_name' => $address['real_name'],
|
|
|
'user_phone' => $address['phone'],
|
|
'user_phone' => $address['phone'],
|
|
|
- 'province' => $address['province'],
|
|
|
|
|
- 'city' => $address['city'],
|
|
|
|
|
- 'district' => $address['district'],
|
|
|
|
|
- 'detail' => $address['detail'],
|
|
|
|
|
|
|
+// 'province' => $address['province'],
|
|
|
|
|
+// 'city' => $address['city'],
|
|
|
|
|
+// 'district' => $address['district'],
|
|
|
|
|
+ 'user_address' => $address['detail'],
|
|
|
'total_price' => $totalMoney,
|
|
'total_price' => $totalMoney,
|
|
|
'total_num' => count($cartInfo),
|
|
'total_num' => count($cartInfo),
|
|
|
'total_postage' => $postage,
|
|
'total_postage' => $postage,
|