@@ -511,14 +511,14 @@ export default {
title: '您已被踢出房间!',
icon: 'none',
complete: () => {
- setTimeout(() => {
- that.socketStop();
- wx.switchTab({
- url: '/pages/index/index',
- })
- }, 1000)
}
})
+ setTimeout(() => {
+ that.socketStop();
+ wx.switchTab({
+ url: '/pages/index/index',
+ })
+ }, 1000)
});