小程序首页用web-view引入了链接,让首页标题栏出现小房子怎么做?
使用cd页面
onLoad: function (options) {
wx.reLaunch({
url: ‘…/index/index’
})
},跳转到index中出现的小房子,开发工具上有小房子,手机上没有小房子,大神们怎么解决呀
使用cd页面
onLoad: function (options) {
wx.reLaunch({
url: ‘…/index/index’
})
},跳转到index中出现的小房子,开发工具上有小房子,手机上没有小房子,大神们怎么解决呀