修改重连时间

This commit is contained in:
yj 2025-02-17 15:59:04 +08:00
parent b42a5ae6ab
commit f647c1b972
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ Page({
})
isReconnecTimeSetTimeout = ''
wx.hideLoading()
}, 8000)
}, 10000)
} else {
if (isReconnecTimeSetTimeout) {
clearTimeout(isReconnecTimeSetTimeout)