Compare commits
No commits in common. "edb07a2ed2233a8d047d79652120593b052e76f2" and "43536a594bd9cab93b7cadb5c6970d1dde0c0ece" have entirely different histories.
edb07a2ed2
...
43536a594b
|
@ -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 => {
|
||||
|
|
|
@ -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 => {
|
||||
|
|
|
@ -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 => {
|
||||
|
|
Loading…
Reference in New Issue