Browse Source

Merge branch 'master' of gitea.intra.yunpaper.com:zhangqi/kuailelunwen_new_houtai

pull/97/head
zq 1 month ago
parent
commit
af7736124a
  1. 4
      src/views/agent/checkOrderList.vue

4
src/views/agent/checkOrderList.vue

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

Loading…
Cancel
Save