Commit 30825842c844d8aab678fd059e7e08af4f569728

Authored by 泉州测试
1 parent 937fb8b4

fix购物车失去焦点

Showing 1 changed file with 1 additions and 1 deletions
pages/cart/cart/cart.js
... ... @@ -1079,7 +1079,7 @@ Page({
1079 1079 if (a = isNaN(t.detail.value) || t.detail.value < 1 ? 1 : parseInt(t.detail.value)) {
1080 1080 var s = {
1081 1081 goods_num: a,
1082   - goods_id: e.goods_id,
  1082 + goods_id: e.service_id,
1083 1083 id: e.id,
1084 1084 store_id: oo.stoid,
1085 1085 };
... ...