...
|
...
|
@@ -105,7 +105,7 @@ const selectGoods = (uid, sku, shoppingKey /* , hasPromotion*/) => { |
|
|
* @param bool $hasPromotion 是否有促销ID
|
|
|
* @return array 接口返回的数据
|
|
|
*/
|
|
|
const removeFromCart = (uid, shoppingKey, skuList , hasPromotion) =>{
|
|
|
const removeFromCart = (uid, shoppingKey, skuList, hasPromotion) =>{
|
|
|
|
|
|
let param = {
|
|
|
method: hasPromotion ? 'app.Shopping.removeAndQryCart' : 'app.Shopping.remove',
|
...
|
...
|
|