nutui-react icon indicating copy to clipboard operation
nutui-react copied to clipboard

picker 组件在支付宝小程序中无法展示选项

Open airbreak opened this issue 11 months ago • 2 comments

NutUI React 包名

@nutui/nutui-react

NutUI React 版本号

2.7.5

平台

alipay

重现链接

https://gitee.com/izzy/picker-alipay-test.git

重现步骤

  1. npm install
  2. npm run dev:aliapy
  3. 支付宝小程序运行起来后,点击页面的“请选择城市”按钮
  4. 底部弹出选择框,但是选择项不显示,也无法滑动选择项

期望的结果是什么?

支付宝小程序能正常显示 picker 选项。

实际的结果是什么?

  • 在支付宝小程序中,底部弹出选择框,但是选择项不显示,也无法滑动选择项。而一样的代码,在微信小程序是没问题的。
  • 支付宝小程序中,底部弹出选择框时,控制台有错误提示:“react.development.js:209 Warning: Failed prop type: Right-hand side of 'instanceof' is not an object at CSSTransition ”

环境信息

👽 Taro v4.0.8

Taro CLI 4.0.8 environment info: System: OS: macOS 12.0.1 Shell: 5.8 - /bin/zsh Binaries: Node: 20.17.0 - ~/.nvm/versions/node/v20.17.0/bin/node Yarn: 1.22.17 - /opt/homebrew/bin/yarn npm: 10.8.2 - ~/.nvm/versions/node/v20.17.0/bin/npm npmPackages: @tarojs/cli: 4.0.8 => 4.0.8 @tarojs/components: 4.0.8 => 4.0.8 @tarojs/helper: 4.0.8 => 4.0.8 @tarojs/plugin-framework-react: 4.0.8 => 4.0.8 @tarojs/plugin-html: 4.0.8 => 4.0.8 @tarojs/plugin-platform-alipay: 4.0.8 => 4.0.8 @tarojs/plugin-platform-h5: 4.0.8 => 4.0.8 @tarojs/plugin-platform-jd: 4.0.8 => 4.0.8 @tarojs/plugin-platform-qq: 4.0.8 => 4.0.8 @tarojs/plugin-platform-swan: 4.0.8 => 4.0.8 @tarojs/plugin-platform-tt: 4.0.8 => 4.0.8 @tarojs/plugin-platform-weapp: 4.0.8 => 4.0.8 @tarojs/react: 4.0.8 => 4.0.8 @tarojs/runtime: 4.0.8 => 4.0.8 @tarojs/shared: 4.0.8 => 4.0.8 @tarojs/taro: 4.0.8 => 4.0.8 @tarojs/taro-loader: 4.0.8 => 4.0.8 @tarojs/webpack5-runner: 4.0.8 => 4.0.8 babel-preset-taro: 4.0.8 => 4.0.8 eslint-config-taro: 4.0.8 => 4.0.8 react: ^18.0.0 => 18.3.1

其他补充信息

No response

airbreak avatar Jan 05 '25 15:01 airbreak

我在2.7.7中也复现了这个问题,但我这边的问题是无法滑动,滑动之后会瞬间回到一个选项

Image

zhangzheng7856 avatar Feb 09 '25 16:02 zhangzheng7856

我在2.7.7中也复现了这个问题,但我这边的问题是无法滑动,滑动之后会瞬间回到一个选项

Image

请问有解决吗?我也是Picker组件和你报错一样的,taro4.0.9 "@nutui/nutui-react-taro": "^3.0.5",

iamyaojie avatar Mar 24 '25 10:03 iamyaojie