Page({ data: { kjShow: true }, onLoad: function () { setTimeout(function () { wx.switchTab({ url: '/pages/index/index' }) }, 4000) } })