@ -382,8 +382,8 @@ export default {
// // 测试重复播放 -- is okk
// this.playSound()
// 每隔5秒执行的代码
console.log('这个操作每隔5秒执行一次');
}, 10000);
console.log('定时更新订单');
}, 60000);
},
stopTimer() {
if (this.intervalId) {