|
|
@@ -659,7 +659,7 @@ export default {
|
|
|
let orderId = this.option.orderId ? this.option.orderId : 0
|
|
|
let book = this.option.book ? this.option.book : 0
|
|
|
let reduceStock = this.option.reduceStock?this.option.reduceStock:0
|
|
|
- params = {...params,orderId:orderId,book:book,reduceStock:reduceStock}
|
|
|
+ params = {...params,orderId:orderId,book:book,reduceStock:reduceStock,version:2}
|
|
|
|
|
|
uni.showLoading({mask:true})
|
|
|
createOrder(params).then((res) => {
|