...
|
...
|
@@ -83,6 +83,11 @@ Page({ |
|
|
|
|
|
this._allGoodsList = resData.allGoodsList;
|
|
|
delete resData.allGoodsList;
|
|
|
|
|
|
if (this._closePriceDownTips) {
|
|
|
resData.priceDownTips = '';
|
|
|
}
|
|
|
|
|
|
this.setData(resData);
|
|
|
this._oldOrdinaryCartData = resData;
|
|
|
|
...
|
...
|
@@ -113,6 +118,10 @@ Page({ |
|
|
this._removeGoodsList = {};
|
|
|
this.setData(data);
|
|
|
},
|
|
|
closePriceDownTips() {
|
|
|
this._closePriceDownTips = true;
|
|
|
this.setData({priceDownTips: ''});
|
|
|
},
|
|
|
editCart(list, selected) {
|
|
|
list = cartHandle.changeGoodsListData(list, selected);
|
|
|
|
...
|
...
|
|