|
|
@@ -221,7 +221,7 @@ export default {
|
|
|
this.$msg('请选择商品')
|
|
|
return false
|
|
|
}
|
|
|
- uni.showLoading({mask:true})
|
|
|
+ uni.showLoading({mask:false})
|
|
|
let product = this.selectList.map(i=>({ productId:i.id, unitType: i.unitType||0, num: i.currentNum, property: i.property, unitPrice: i.unitPrice }))
|
|
|
//isCashier=1时收银台播放 总金额139元,请扫码付款
|
|
|
createOrder({...params,product:JSON.stringify(product),isCashier:1,customId:this.customId}).then(res=>{
|