diff --git a/packageC/pages/presell/cart/cart.js b/packageC/pages/presell/cart/cart.js index 51cc2b0..4431746 100644 --- a/packageC/pages/presell/cart/cart.js +++ b/packageC/pages/presell/cart/cart.js @@ -2097,7 +2097,7 @@ Page({ if(!ord_prom && !is_get){ if(o_condition > 0 && this.data.pre_arr.is_useorderyh){ await getApp().request.promiseGet("/api/weshop/promorder/getOrderPromotion", { - data: { store_id: os.stoid, orderAmount: condition } + data: { store_id: os.stoid, orderAmount: o_condition } }).then(res => { if (res.data.code == 0) { ord_prom = res.data.data;