欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

微信小程序左上角首页icon隐藏

程序员文章站 2022-03-03 22:30:25
...
/**
  * 生命周期函数--监听页面显示
  */
  onShow: function () {
    wx.hideHomeButton({
      success: function () {
        console.log(1);
      },
      fail: function () {
        console.log(2);
      },
      complete: function () {
        console.log(3);
      }
    });
  },

相关标签: 小程序