Commit d44dc1097387269708229bd7a606ff6aaed7ec12

Authored by yvan.ni
1 parent 8ec986dc

外网燕云测试是 同城配送运行不了

packageC/pages/presell/cart/cart.js
@@ -2097,7 +2097,7 @@ Page({ @@ -2097,7 +2097,7 @@ Page({
2097 if(!ord_prom && !is_get){ 2097 if(!ord_prom && !is_get){
2098 if(o_condition > 0 && this.data.pre_arr.is_useorderyh){ 2098 if(o_condition > 0 && this.data.pre_arr.is_useorderyh){
2099 await getApp().request.promiseGet("/api/weshop/promorder/getOrderPromotion", { 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 }).then(res => { 2101 }).then(res => {
2102 if (res.data.code == 0) { 2102 if (res.data.code == 0) {
2103 ord_prom = res.data.data; 2103 ord_prom = res.data.data;