微信小程序左上角首页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);
}
});
},
上一篇: Linux学习笔记(二)文件操作命令
下一篇: 欢迎体验 Android 10!