Commit ea6291a9 authored by wangqinghua's avatar wangqinghua

更新购物车

parent 7f77cbf1
...@@ -87,6 +87,7 @@ export class GoodsCartPage { ...@@ -87,6 +87,7 @@ export class GoodsCartPage {
modal.onDidDismiss(res => { modal.onDidDismiss(res => {
if (res) { if (res) {
const d = res; const d = res;
d.id = item.id;
this.updateCart(d); this.updateCart(d);
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment