小程序
小游戏
企业微信
微信支付
扫描小程序码分享
小程序正在开发中,上个礼拜自定义tabbar一直正常,只会在首页四个界面才会显示,custom:true,这两天忽然发现所有界面都显示了tabbar组件(非tabbar界面的这个组件只显示,不能点击),补充一下,在开发工具里是没有问题的,但是真机才有问题
- 当前 Bug 的表现(可附上截图)
非tabBar界面也会显示底部自定义tabbar
- 预期表现
非tabbar界面不显示自定义底部tabbar
- 复现路径
- 提供一个最简复现 Demo
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
算了,用wepy写的项目,不好提取代码片段,在custom-tab-bar里自己判断了,不过这个情况昨天以前都是好的,等过一段时间再看吧,其它人如果碰到我的情况可以如下先应急下。。
attached() {
var
that =
this
console.log(
"getCurrentPages"
, getCurrentPages())
if
(getCurrentPages().length > 0) {
.setData({
show:
false
})
}
else
{
true
.data.show)
wx.getSystemInfo({
success:
function
(res) {
res.model.indexOf(
'iPhone X'
) >= 0 && that.setData({
isIpx:
},
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
麻烦提供出现问题的机型和微信版本,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
我也遇见了https://developers.weixin.qq.com/community/develop/doc/000aaeecd60ae049024830ecc51400
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
算了,用wepy写的项目,不好提取代码片段,在custom-tab-bar里自己判断了,不过这个情况昨天以前都是好的,等过一段时间再看吧,其它人如果碰到我的情况可以如下先应急下。。
attached() {
var
that =
this
console.log(
"getCurrentPages"
, getCurrentPages())
if
(getCurrentPages().length > 0) {
this
.setData({
show:
false
})
}
else
{
this
.setData({
show:
true
})
}
console.log(
this
.data.show)
wx.getSystemInfo({
success:
function
(res) {
res.model.indexOf(
'iPhone X'
) >= 0 && that.setData({
isIpx:
true
})
}
})
},
麻烦提供出现问题的机型和微信版本,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
我也遇见了https://developers.weixin.qq.com/community/develop/doc/000aaeecd60ae049024830ecc51400