|
@@ -230,7 +230,7 @@
|
|
|
that.detailModel.payAllbtn = false;
|
|
|
}
|
|
|
//#ifdef APP-PLUS
|
|
|
- if(this.speakParkOut==true){
|
|
|
+ if(this.speakParkOut==true||this.speakParkOut==''){
|
|
|
that.speaks(res.data.speak);
|
|
|
}
|
|
|
device.print(res.data.print);
|
|
@@ -338,7 +338,7 @@
|
|
|
this.$u.api.getOut({spaceId:this.orderID})
|
|
|
.then(res=>{
|
|
|
//#ifdef APP-PLUS
|
|
|
- if(this.speakParkOut==true){
|
|
|
+ if(this.speakParkOut==true||this.speakParkOut==''){
|
|
|
this.speaks(res.data.speak);
|
|
|
}
|
|
|
device.print(res.data.print);
|