...
|
...
|
@@ -72,7 +72,7 @@ exports.orderComputeAPI = (uid, cartType, deliveWay, paymentType, couponCode, yo |
|
|
let param = {
|
|
|
method: activityInfo ? 'app.Shopping.easyCompute' : 'app.Shopping.compute',
|
|
|
cart_type: cartType,
|
|
|
delive_way: deliveWay,
|
|
|
delivery_way: deliveWay,
|
|
|
payment_type: paymentType,
|
|
|
uid: uid
|
|
|
};
|
...
|
...
|
|