We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
创建项目后自带的demo代码(增减数字),按键点击的次数跟响应次数不一致,不是每次点击都有响应。
/** * 这段注释后可以贴代码 * 提供完整可复现的代码和整理好代码格式,有助于我们快速定位问题,节省你我时间 * 代码提供不全或代码格式混乱的 issues 【有可能会被忽略】 * * 查看如何插入代码:https://coding.net/help/doc/project/markdown.html#i-5 */
预期每次按键的点击都要有响应,即”连续点击增加按键10次,数字应该增加10“。实际上可能只增加了5或6。
没有任何报错
👽 Taro v1.3.27
Taro CLI 1.3.27 environment info: System: OS: macOS 10.14.6 Shell: 5.3 - /bin/zsh Binaries: Node: 8.15.0 - /usr/local/bin/node Yarn: 1.19.1 - /usr/local/bin/yarn npm: 6.11.3 - /usr/local/bin/npm npmPackages: @tarojs/async-await: 1.3.27 => 1.3.27 @tarojs/components: 1.3.27 => 1.3.27 @tarojs/plugin-babel: 1.3.27 => 1.3.27 @tarojs/plugin-csso: 1.3.27 => 1.3.27 @tarojs/plugin-sass: 1.3.27 => 1.3.27 @tarojs/plugin-uglifyjs: 1.3.27 => 1.3.27 @tarojs/redux: 1.3.27 => 1.3.27 @tarojs/redux-h5: 1.3.27 => 1.3.27 @tarojs/router: 1.3.27 => 1.3.27 @tarojs/taro: 1.3.27 => 1.3.27 @tarojs/taro-alipay: 1.3.27 => 1.3.27 @tarojs/taro-h5: 1.3.27 => 1.3.27 @tarojs/taro-swan: 1.3.27 => 1.3.27 @tarojs/taro-tt: 1.3.27 => 1.3.27 @tarojs/taro-weapp: 1.3.27 => 1.3.27 @tarojs/webpack-runner: 1.3.27 => 1.3.27 eslint-config-taro: 1.3.27 => 1.3.27 eslint-plugin-taro: 1.3.27 => 1.3.27 nerv-devtools: ^1.5.6 => 1.5.6 nervjs: ^1.5.6 => 1.5.6 react: ^16.12.0 => 16.12.0 stylelint-config-taro-rn: 1.3.27 => 1.3.27 stylelint-taro-rn: 1.3.27 => 1.3.27 npmGlobalPackages: typescript: 3.7.2
对比测试,这个问题只出现在钉钉iOS端,在 IDE/安卓手机/支付宝都没有问题,可能是taro的视图渲染跟 钉钉iOS端 兼容性问题。
如果您有功能上的建议,可以提到 FeatHub 使用上的问题,欢迎在「Taro 社区」一起交流
如果您有功能上的建议,可以提到 FeatHub
使用上的问题,欢迎在「Taro 社区」一起交流
The text was updated successfully, but these errors were encountered:
CC @Chen-jj
Sorry, something went wrong.
欢迎提交 Issue~
如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏
如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。
Good luck and happy coding~
@DevanXU 先更新到最新版本?
Chen-jj
No branches or pull requests
问题描述
创建项目后自带的demo代码(增减数字),按键点击的次数跟响应次数不一致,不是每次点击都有响应。
复现步骤
期望行为
预期每次按键的点击都要有响应,即”连续点击增加按键10次,数字应该增加10“。实际上可能只增加了5或6。
报错信息
没有任何报错
系统信息
👽 Taro v1.3.27
Taro CLI 1.3.27 environment info:
System:
OS: macOS 10.14.6
Shell: 5.3 - /bin/zsh
Binaries:
Node: 8.15.0 - /usr/local/bin/node
Yarn: 1.19.1 - /usr/local/bin/yarn
npm: 6.11.3 - /usr/local/bin/npm
npmPackages:
@tarojs/async-await: 1.3.27 => 1.3.27
@tarojs/components: 1.3.27 => 1.3.27
@tarojs/plugin-babel: 1.3.27 => 1.3.27
@tarojs/plugin-csso: 1.3.27 => 1.3.27
@tarojs/plugin-sass: 1.3.27 => 1.3.27
@tarojs/plugin-uglifyjs: 1.3.27 => 1.3.27
@tarojs/redux: 1.3.27 => 1.3.27
@tarojs/redux-h5: 1.3.27 => 1.3.27
@tarojs/router: 1.3.27 => 1.3.27
@tarojs/taro: 1.3.27 => 1.3.27
@tarojs/taro-alipay: 1.3.27 => 1.3.27
@tarojs/taro-h5: 1.3.27 => 1.3.27
@tarojs/taro-swan: 1.3.27 => 1.3.27
@tarojs/taro-tt: 1.3.27 => 1.3.27
@tarojs/taro-weapp: 1.3.27 => 1.3.27
@tarojs/webpack-runner: 1.3.27 => 1.3.27
eslint-config-taro: 1.3.27 => 1.3.27
eslint-plugin-taro: 1.3.27 => 1.3.27
nerv-devtools: ^1.5.6 => 1.5.6
nervjs: ^1.5.6 => 1.5.6
react: ^16.12.0 => 16.12.0
stylelint-config-taro-rn: 1.3.27 => 1.3.27
stylelint-taro-rn: 1.3.27 => 1.3.27
npmGlobalPackages:
typescript: 3.7.2
补充信息
对比测试,这个问题只出现在钉钉iOS端,在 IDE/安卓手机/支付宝都没有问题,可能是taro的视图渲染跟 钉钉iOS端 兼容性问题。
The text was updated successfully, but these errors were encountered: