Commit 6d1ee43f2ca97468aa2f1ffe3077b0a44f4019a0
1 parent
01bdaacb
1.购物车商品总价
Showing
1 changed file
with
4 additions
and
4 deletions
pages/cart/cart2/cart2.js
| ... | ... | @@ -997,9 +997,9 @@ Page({ |
| 997 | 997 | else cart_item.coupon_price = coupon_price |
| 998 | 998 | if(quan_no) cart_item.quan_no = quan_no; |
| 999 | 999 | |
| 1000 | - | |
| 1001 | - cart_item.goods_price = o_price.toFixed(2); | |
| 1002 | - cart_item.order_amount= cart_item.order_amount- cart_item.user_money; //会员使用余额 | |
| 1000 | + | |
| 1001 | + //cart_item.goods_price = o_price.toFixed(2); | |
| 1002 | + cart_item.order_amount= cart_item.order_amount- cart_item.user_money; //会员使用余额 | |
| 1003 | 1003 | |
| 1004 | 1004 | |
| 1005 | 1005 | all_price += parseFloat(f_o_price); |
| ... | ... | @@ -1620,7 +1620,7 @@ Page({ |
| 1620 | 1620 | |
| 1621 | 1621 | if (pdata.length==0) return; |
| 1622 | 1622 | var str = JSON.stringify(pdata); |
| 1623 | - | |
| 1623 | + | |
| 1624 | 1624 | wx.showLoading({title: "加载中"}); |
| 1625 | 1625 | wx.request({ |
| 1626 | 1626 | url: oo.url + '/api/weshop/order/createWxdOrder', | ... | ... |