Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

小程序基础库 3.6.4 更新导致自定义tabbar无法点击 #16773

Open
TSjianjiao opened this issue Oct 29, 2024 · 8 comments
Open

小程序基础库 3.6.4 更新导致自定义tabbar无法点击 #16773

TSjianjiao opened this issue Oct 29, 2024 · 8 comments
Labels
F-react Framework - React T-weapp Target - 编译到微信小程序 V-4 Version - 4.x

Comments

@TSjianjiao
Copy link

相关平台

微信小程序

**小程序基础库: 3.6.4 **
使用框架: React

复现步骤

  1. 进入tab页
  2. 进入其它页面
    3.退回再次进入tab页
    4.tab栏点击无反应

期望结果

自定义tab栏正常使用

实际结果

tab栏点击无反应

环境信息


  Taro CLI 4.0.7 environment info:
    System:
      OS: Windows 11 10.0.26120
    Binaries:
      Node: 20.11.0 - ~\AppData\Local\Volta\tools\image\node\20.11.0\node.EXE
      Yarn: 1.22.21 - ~\AppData\Local\Volta\tools\image\yarn\1.22.21\bin\yarn.CMD
      npm: 10.2.4 - ~\AppData\Local\Volta\tools\image\node\20.11.0\npm.CMD
    npmPackages:
      @tarojs/cli: 4.0.7 => 4.0.7 
      @tarojs/components: 4.0.7 => 4.0.7 
      @tarojs/helper: 4.0.7 => 4.0.7 
      @tarojs/plugin-framework-react: 4.0.7 => 4.0.7 
      @tarojs/plugin-html: 4.0.7 => 4.0.7 
      @tarojs/plugin-platform-alipay: 4.0.7 => 4.0.7 
      @tarojs/plugin-platform-h5: 4.0.7 => 4.0.7 
      @tarojs/plugin-platform-harmony-hybrid: 3.6.34 => 3.6.34 
      @tarojs/plugin-platform-jd: 4.0.7 => 4.0.7 
      @tarojs/plugin-platform-qq: 4.0.7 => 4.0.7 
      @tarojs/plugin-platform-swan: 4.0.7 => 4.0.7 
      @tarojs/plugin-platform-tt: 4.0.7 => 4.0.7 
      @tarojs/plugin-platform-weapp: 4.0.7 => 4.0.7 
      @tarojs/react: 4.0.7 => 4.0.7 
      @tarojs/runtime: 4.0.7 => 4.0.7 
      @tarojs/shared: 4.0.7 => 4.0.7 
      @tarojs/taro: 4.0.7 => 4.0.7 
      @tarojs/taro-loader: 4.0.7 => 4.0.7 
      @tarojs/webpack5-runner: 4.0.7 => 4.0.7 
      babel-preset-taro: 4.0.7 => 4.0.7 
      eslint-config-taro: 4.0.7 => 4.0.7 
      react: ^18.0.0 => 18.3.1 

补充信息

将小程序库回退到3.6.3就没问题

@TheKonka TheKonka added F-react Framework - React T-weapp Target - 编译到微信小程序 V-4 Version - 4.x labels Oct 29, 2024
@krisDeng
Copy link

我们也遇到了同样的问题, 而且之前发布的线上项目也都出现这样的问题了。 是taro 出现了什么更新,还是 微信出了什么更新吗? 有解决方法吗

@TSjianjiao
Copy link
Author

TSjianjiao commented Oct 29, 2024

我们也遇到了同样的问题, 而且之前发布的线上项目也都出现这样的问题了。 是taro 出现了什么更新,还是 微信出了什么更新吗? 有解决方法吗
image
我估计就是微信更新的这个问题。不过微信肯定不会管taro适配,只能这边来改了。
如果你不需要动态设置tabbar就只有暂时使用原生的tabbar。
或者把tabbar组件在需要的页面手动引用,而不是注册自定义tabbar

@qiyulaoshi
Copy link

希望taro官方能快速修复这个问题。我们好几个小程序都是使用的taro+自定义tabbar,简单的小程序可以通过手动引用组件解决。 有的根据权限判断的好多个tabbar页面不能很好的解决。

@krisDeng
Copy link

@TSjianjiao 你是怎么降回 3.6.3? 我修改 project.config.json 中 "libVersion": "3.6.3", 没有效果。

@TSjianjiao
Copy link
Author

@TSjianjiao 你是怎么降回 3.6.3? 我修改 project.config.json 中 "libVersion": "3.6.3", 没有效果。

在开发者工具里面设置,还要点推送才行
image

@Soabbar
Copy link

Soabbar commented Oct 29, 2024

@TSjianjiao 你是怎么降回 3.6.3? 我修改 project.config.json 中 "libVersion": "3.6.3", 没有效果。

在开发者工具里面设置,还要点推送才行 image

This will only affect your own device... not all users.

@TSjianjiao
Copy link
Author

@TSjianjiao 你是怎么降回 3.6.3? 我修改 project.config.json 中 "libVersion": "3.6.3", 没有效果。

在开发者工具里面设置,还要点推送才行 image

This will only affect your own device... not all users.

是啊,所以才叫taro修复

@MorningK
Copy link

MorningK commented Oct 29, 2024

同遇到了这个问题,Taro3.6 也会

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
F-react Framework - React T-weapp Target - 编译到微信小程序 V-4 Version - 4.x
Projects
Status: Todo
Development

No branches or pull requests

6 participants