@@ -914,7 +914,7 @@
this.onInput(index)
},
buyNow: function (goods, index) {
- this.$http.post('trade/order/buyNow', [{
+ this.$http.post('/trade/order/buyNow', [{
uuid: goods.uuid,
batchCode: goods.batchCode,
number: this.fragments[index].num,
@@ -21,7 +21,7 @@
} else {
if (this.item && !this.disabledFlag) {
if (isBuy) {
uuid: this.item.uuid,
batchCode: this.item.batchCode,
number: this.item.minBuyQty,
@@ -370,7 +370,7 @@
if (item) {
uuid: item.uuid,
batchCode: item.batchCode,
number: this.fragment.num,
@@ -88,7 +88,7 @@
uuid: item.comUuid,
number: item.minBuyQty,