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

taro支付宝小程序中,NoticeBar垂直滚动报错 #2558

Open
Yomaris opened this issue Aug 26, 2024 · 1 comment
Open

taro支付宝小程序中,NoticeBar垂直滚动报错 #2558

Yomaris opened this issue Aug 26, 2024 · 1 comment

Comments

@Yomaris
Copy link

Yomaris commented Aug 26, 2024

NutUI React 包名

@nutui/nutui-react-taro

NutUI React 版本号

2.6.16

平台

alipay

重现链接

https://nutui.jd.com/taro/react/2x/#/zh-CN/component/noticebar

重现步骤

const horseLamp1 = [
    'NoticeBar 公告栏',
    'Cascader 级联选择',
    'DatePicker 日期选择器',
    'CheckBox 复选按钮',
  ];
<NoticeBar
      direction="vertical"
      list={horseLamp1}
      speed={10}
      duration={1000}
      height={30}
      onClick={(e) => {
        console.log(e);
      }}
      closeable
    />

期望的结果是什么?

能正常显示

实际的结果是什么?

image
image

环境信息

Taro CLI 4.0.4 environment info:
System:
OS: macOS 14.6.1
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.20.4 - ~/.volta/tools/image/node/18.20.4/bin/node
Yarn: 1.22.19 - ~/.volta/tools/image/yarn/1.22.19/bin/yarn
npm: 10.7.0 - ~/.volta/tools/image/node/18.20.4/bin/npm
npmPackages:
@tarojs/cli: ^4.0.4 => 4.0.4
@tarojs/components: 4.0.4 => 4.0.4
@tarojs/helper: 4.0.4 => 4.0.4
@tarojs/plugin-framework-react: 4.0.4 => 4.0.4
@tarojs/plugin-html: ^4.0.4 => 4.0.4
@tarojs/plugin-platform-alipay: 4.0.4 => 4.0.4
@tarojs/plugin-platform-h5: 4.0.4 => 4.0.4
@tarojs/plugin-platform-harmony-hybrid: 4.0.4 => 4.0.4
@tarojs/plugin-platform-jd: 4.0.4 => 4.0.4
@tarojs/plugin-platform-qq: 4.0.4 => 4.0.4
@tarojs/plugin-platform-swan: 4.0.4 => 4.0.4
@tarojs/plugin-platform-tt: 4.0.4 => 4.0.4
@tarojs/plugin-platform-weapp: 4.0.4 => 4.0.4
@tarojs/react: 4.0.4 => 4.0.4
@tarojs/runtime: 4.0.4 => 4.0.4
@tarojs/shared: 4.0.4 => 4.0.4
@tarojs/taro: 4.0.4 => 4.0.4
@tarojs/taro-loader: 4.0.4 => 4.0.4
@tarojs/webpack5-runner: 4.0.4 => 4.0.4
babel-preset-taro: 4.0.4 => 4.0.4
eslint-config-taro: 4.0.4 => 4.0.4
react: ^18.0.0 => 18.3.1

其他补充信息

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Yomaris and others