Commit 95a0a4661f5d54a6f2080dbdafbd81aa53a4fdc5
1 parent
30d86bc5
尾款的优化
Showing
1 changed file
with
1 additions
and
1 deletions
packageE/pages/cart/cart_wk/cart_wk.js
@@ -340,7 +340,7 @@ Page({ | @@ -340,7 +340,7 @@ Page({ | ||
340 | 340 | ||
341 | //-- 之前用的券要清理掉,从头选 -- | 341 | //-- 之前用的券要清理掉,从头选 -- |
342 | if(order.coupon_no){ | 342 | if(order.coupon_no){ |
343 | - await getApp().request.promiseDelete('/api/weshop/users/frozenQuan/del/'+order.user_id+'/'+order.coupon_no) | 343 | + await getApp().request.promisePost('/api/weshop/users/frozenQuan/del/'+order.user_id+'/'+order.coupon_no,{}) |
344 | } | 344 | } |
345 | 345 | ||
346 | if(act_set.is_order_yh){ | 346 | if(act_set.is_order_yh){ |