Commit 357c3b30faa0ee52956e5f5943cc71d7a3de9f04

Authored by 前端开发-罗建龙
1 parent 1e3369c5

尾款处理优化

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  
... ...