Commit d44dc1097387269708229bd7a606ff6aaed7ec12
1 parent
8ec986dc
外网燕云测试是 同城配送运行不了
Showing
1 changed file
with
1 additions
and
1 deletions
packageC/pages/presell/cart/cart.js
... | ... | @@ -2097,7 +2097,7 @@ Page({ |
2097 | 2097 | if(!ord_prom && !is_get){ |
2098 | 2098 | if(o_condition > 0 && this.data.pre_arr.is_useorderyh){ |
2099 | 2099 | await getApp().request.promiseGet("/api/weshop/promorder/getOrderPromotion", { |
2100 | - data: { store_id: os.stoid, orderAmount: condition } | |
2100 | + data: { store_id: os.stoid, orderAmount: o_condition } | |
2101 | 2101 | }).then(res => { |
2102 | 2102 | if (res.data.code == 0) { |
2103 | 2103 | ord_prom = res.data.data; | ... | ... |