Commit 70039e59 authored by zhengke's avatar zhengke

修改

parent 360120c5
......@@ -564,7 +564,6 @@
var qMsg = {
ActivityId: this.addMsg.ActivityId
}
this.apipost("/api/GroupBuy/GetGroupbuyActivity", qMsg, res => {
console.log("GetGroupbuyActivity", res);
if (res.data.resultCode == 1) {
......@@ -593,9 +592,27 @@
this.addMsg.Pieces = Mydata.Pieces;
this.addMsg.Forehead = Mydata.Forehead;
this.addMsg.Is_Area_Limit = Mydata.Is_Area_Limit;
this.addMsg.Area_limit = Mydata.Area_limit;
this.addMsg.Give_integral = Mydata.Give_integral;
this.addMsg.Give_integral_type = Mydata.Give_integral_type;
this.addMsg.Is_forehead_integral = Mydata.Is_forehead_integral;
this.addMsg.Forehead_integral_type = Mydata.Forehead_integral_type;
this.addMsg.Accumulative = Mydata.Accumulative;
this.addMsg.CardIds = Mydata.CardIds;
this.addMsg.App_share_title = Mydata.App_share_title;
this.addMsg.App_share_pic = Mydata.App_share_pic;
this.addMsg.IsCustomSpecification = Mydata.IsCustomSpecification;
if(Mydata.SpecificationList&&Mydata.SpecificationList.length>0){
this.addMsg.SpecificationList = Mydata.SpecificationList; //规格赋值
this.SpecificationList = Mydata.SpecificationList;
}
if(this.addMsg.SpecificationPriceList&&this.addMsg.SpecificationPriceList.length>0){
this.addMsg.SpecificationPriceList = Mydata.SpecificationPriceList; //规格列表赋值
this.SpecificationPriceList = Mydata.SpecificationPriceList
}
} else {
this.Error(res.data.message);
}
})
},
......
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