Page({ data: {}, onLoad: function (options) { }, onShow: function () { if (wx.canIUse('hideHomeButton')) { wx.hideHomeButton() } }, });