Explorar o código

直接收款也要有叫声

shish %!s(int64=4) %!d(string=hai) anos
pai
achega
c03ef80082
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      hdPad/src/pages/home/components/console.vue

+ 2 - 1
hdPad/src/pages/home/components/console.vue

@@ -140,7 +140,8 @@ export default {
 		},
 		confirmSelectPrice(params){
 			uni.showLoading({mask:true})
-			createOrder({orderName:params.name,lsGoodsPrice:params.price,modifyPrice:params.price}).then(res=>{
+			//isCashier=1时收银台播放 总金额139元,请扫码付款
+			createOrder({orderName:params.name,lsGoodsPrice:params.price,modifyPrice:params.price,isCashier:1}).then(res=>{
 				uni.hideLoading()
 				if(res.code == 1){
 					this.$refs.gatheringRef.close()