From d44dc1097387269708229bd7a606ff6aaed7ec12 Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Wed, 17 May 2023 10:35:57 +0800 Subject: [PATCH] 外网燕云测试是 同城配送运行不了 --- packageC/pages/presell/cart/cart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- libgit2 0.21.4