uni-app APP端隐藏导航栏自定义按钮
时间:2020-04-25 13:17:05
收藏:0
阅读:996
话不多说,上代码
// #ifdef APP-PLUS
var webView = this.$mp.page.$getAppWebview();
// 修改buttons
webView.setTitleNViewButtonStyle(0, {
width: ‘0‘,
});
// #endif
原文:https://www.cnblogs.com/swordLaughsHeaven/p/12772235.html
评论(0)