|
@@ -662,7 +662,7 @@ Page({
|
|
|
console.log(this.data.selectProject)
|
|
console.log(this.data.selectProject)
|
|
|
console.log(this.data.selectProjectItem)
|
|
console.log(this.data.selectProjectItem)
|
|
|
itemdata['count']=1;
|
|
itemdata['count']=1;
|
|
|
- itemdata['IsBuy']=false;
|
|
|
|
|
|
|
+ itemdata['IsBuy']=this.data.cartList[itemindex].IsBuy;
|
|
|
itemdata['movex']=0;
|
|
itemdata['movex']=0;
|
|
|
itemdata['overtype']=true;
|
|
itemdata['overtype']=true;
|
|
|
that.setData({
|
|
that.setData({
|