Commit 357c3b30faa0ee52956e5f5943cc71d7a3de9f04
1 parent
1e3369c5
尾款处理优化
Showing
1 changed file
with
1 additions
and
1 deletions
packageE/pages/cart/cart_wk/cart_wk.js
... | ... | @@ -502,7 +502,7 @@ Page({ |
502 | 502 | calculatePrice2: async function () { |
503 | 503 | wx.showLoading(); |
504 | 504 | var th = this; |
505 | - th.setData({submit: 1}) | |
505 | + th.setData({submit: 1,same_ok:1}) | |
506 | 506 | |
507 | 507 | var allpice = th.data.order.order_amount + th.data.order.user_money + th.data.order.tail_money; |
508 | 508 | ... | ... |