|
@@ -47,7 +47,7 @@ function deviceParkIn(content){
|
|
|
fail: (err) => {
|
|
|
}
|
|
|
})
|
|
|
- if(content.speakMsg&&(speakDeviceParkIn==true||speakDeviceParkIn='')){
|
|
|
+ if(content.speakMsg&&(speakDeviceParkIn==true||speakDeviceParkIn=='')){
|
|
|
speaker.speakAction(content.speakMsg)
|
|
|
}
|
|
|
// const value = uni.getStorageSync('pushModel_switch');
|
|
@@ -82,7 +82,7 @@ function deviceParkOut(content){
|
|
|
fail: (err) => {
|
|
|
}
|
|
|
})
|
|
|
- if(content.speakMsg&&(speakDeviceParkOut==true||speakDeviceParkOut='')){
|
|
|
+ if(content.speakMsg&&(speakDeviceParkOut==true||speakDeviceParkOut=='')){
|
|
|
speaker.speakAction(content.speakMsg)
|
|
|
}
|
|
|
}
|