|
|
@@ -128,14 +128,7 @@
|
|
|
this.updateData(item);
|
|
|
let logistic_name = item.order ? (item.order.logistic ? item.order.logistic.name : '') : '';
|
|
|
let logistic_number = item.logistic_number;
|
|
|
- if (this.logisticAudioURL[logistic_name]){
|
|
|
- audio.src=this.logisticAudioURL[logistic_name];
|
|
|
- setTimeout(()=>{
|
|
|
- audio.play();
|
|
|
- },0);
|
|
|
- } else {
|
|
|
- this.speech(logistic_name,logistic_number);
|
|
|
- }
|
|
|
+ this.speech(logistic_name,logistic_number);
|
|
|
window.tempTip.setDuration(1000);
|
|
|
window.tempTip.showSuccess('刷新成功!');
|
|
|
}
|