怎么改这个标题?或者去掉这个标题栏?
修改webview所在页面的title或者直接修改webview的网页title都可以。
webview页面,在onLoad里设置标题:
wx.setNavigationBarTitle({ title: '当前页面'})
在页面json中使用 “navigationStyle”: "custom"设置隐藏导航栏 不过 在webview中貌似是不支持的。