Commit 95a0a4661f5d54a6f2080dbdafbd81aa53a4fdc5

Authored by yvan.ni
1 parent 30d86bc5

尾款的优化

packageE/pages/cart/cart_wk/cart_wk.js
... ... @@ -340,7 +340,7 @@ Page({
340 340  
341 341 //-- 之前用的券要清理掉,从头选 --
342 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 346 if(act_set.is_order_yh){
... ...