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

小程序CircleProgress组件在IOS上会闪烁 #3240

Open
parox2014 opened this issue Dec 25, 2024 · 0 comments
Open

小程序CircleProgress组件在IOS上会闪烁 #3240

parox2014 opened this issue Dec 25, 2024 · 0 comments

Comments

@parox2014
Copy link

parox2014 commented Dec 25, 2024

NutUI 包名

@nutui/nutui-taro

NutUI 版本号

4.3.12

平台

weapp

重现链接

暂无

重现步骤

在IOS微信小程序中,进度变化时,皆可看到

期望的结果是什么?

进度变化时,不要闪烁

实际的结果是什么?

进度变化时,会闪烁

48879d1c21e77295a72963025f34c959.mp4

环境信息

No response

其他补充信息

<nut-circle-progress
          :progress="progress * 100"
          :radius="75"
          path-color="#E1D9FB"
          color="#fd9c2a"
          @tap="onTap"
        >
          <view
            class="flex items-center justify-center font-medium text-dark-800"
          >
                <text class="text-[60px]">{{ currentOrderNo }}</text>
                <text class="text-[60px]">/</text>
                <text class="text-[40px]">{{ totalEvaluationCount }}</text>
            </view>
          </view>
</nut-circle-progress>
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

1 participant