Compare commits

..

No commits in common. "edb07a2ed2233a8d047d79652120593b052e76f2" and "43536a594bd9cab93b7cadb5c6970d1dde0c0ece" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -596,7 +596,7 @@
oldSumMoney: that.mainData.oldPrice*that.detailData.length,
sumMoney: that.mainData.price*that.detailData.length,
ordersPackageList:[
{packageId: that.mainData.id,num: 1},
{packageId: that.mainData.id,num: that.detailData.length},
]
}
that.$Request.postJson("/app/user/package/order/insertOrders", data).then(res => {

View File

@ -600,7 +600,7 @@
oldSumMoney: that.mainData.oldPrice*that.detailData.length,
sumMoney: that.mainData.price*that.detailData.length,
ordersPackageList:[
{packageId: that.mainData.id,num: 1},
{packageId: that.mainData.id,num: that.detailData.length},
]
}
that.$Request.postJson("/app/user/package/order/insertOrders", data).then(res => {

View File

@ -241,7 +241,7 @@
// oldSumMoney: that.mainData.oldPrice*that.detailData.length,
// sumMoney: that.mainData.price*that.detailData.length,
ordersPackageList:[
{packageId: that.mainData.id,num: 1},
{packageId: that.mainData.id,num: that.detailData.length},
]
}
that.$Request.postJson("/app/user/package/order/insertOrders", data).then(res => {