|
@@ -104,7 +104,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
printOrder(){
|
|
printOrder(){
|
|
|
uni.showLoading({title:"打印中..."})
|
|
uni.showLoading({title:"打印中..."})
|
|
|
- cloudPrintOrder({id:this.detailInfo.id,noPrice:1}).then((res) => {
|
|
|
|
|
|
|
+ cloudPrintOrder({id:this.detailInfo.id,showPrice:0}).then((res) => {
|
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|