小程序
小游戏
企业微信
微信支付
扫描小程序码分享
小程序刚启动的时候,需要做一个全屏的loading界面,现在虽然有wx.hideTabBar,在app onLunch上调用时并不一定能生效。
请问有在app.json设置初始化tabBar的show或者hide吗?
9 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
下载最新版本工具试试 0108 比较旧了
https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/download.html
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
输出错误信息看是什么原因
app.json是静态配置
是无法做到你希望的点的
还是只能通过wx.hideTabBar
可以尝试在 onShow 中调用
找到原因了,模拟器上调用会走fail,真机上是正常的,希望看到解决一下
这是模拟器版本
@林超
我调用wx.hideTabBar的时候不走success而是走fail是什么原因@林超
楼上,你那个是版本库的问题,切换到1.9.0以上
wx.hideTabBar调用失败,提示:
wx.hideTabBar is not a function;at pages/index/index page lifeCycleMethod onShow function
TypeError: wx.hideTabBar is not a function,咋整?
好的,已解决。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
下载最新版本工具试试 0108 比较旧了
https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/download.html
输出错误信息看是什么原因
app.json是静态配置
是无法做到你希望的点的
还是只能通过wx.hideTabBar
可以尝试在 onShow 中调用
找到原因了,模拟器上调用会走fail,真机上是正常的,希望看到解决一下
这是模拟器版本
@林超
我调用wx.hideTabBar的时候不走success而是走fail是什么原因@林超
楼上,你那个是版本库的问题,切换到1.9.0以上
wx.hideTabBar调用失败,提示:
wx.hideTabBar is not a function;at pages/index/index page lifeCycleMethod onShow function
TypeError: wx.hideTabBar is not a function,咋整?
好的,已解决。