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

[t-upload和t-popup]在有tabBar页面,组合使用t-upload和t-popup上传文件会闪屏 #2777

Closed
MING789852 opened this issue May 18, 2024 · 5 comments
Labels
need confirm need confirm

Comments

@MING789852
Copy link

MING789852 commented May 18, 2024

tdesign-miniprogram 版本

1.4.0

重现链接

No response

重现步骤

在有tabBar页面,组合使用t-upload和t-popup,点击上传文件会闪屏
<t-popup style="height: 70vh" visible="{{popupVisible}}" bind:visible-change="onVisibleChange" close-on-overlay-click="{{true}}" placement="bottom"> <view style="padding-left: 10px;padding-right: 10px"> <t-upload mediaType="{{['image']}}" max="{{0}}" files="{{receiveData.fileList}}" bind:add="handleFileAdd" bind:remove="handleFileRemove"> </t-upload> <t-button style="margin-top:20px;" theme="primary" size="large" bind:tap="save" block>保存</t-button> </view> </t-popup>

主页tabBar
image
上传文件前
image
上传文件后
image
并且鼠标移动到对应位置会一直闪屏

没有tabBar的界面就没有这个问题

期望结果

No response

实际结果

No response

基础库版本

2.33.0

补充说明

No response

Copy link
Contributor

👋 @MING789852,感谢给 TDesign 提出了 issue。
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

@MING789852 MING789852 changed the title [组件名称] 描述问题的标题 [t-upload和t-popup]在有tabBar页面,组合使用t-upload和t-popup上传文件会闪屏 May 18, 2024
@anlyyao
Copy link
Collaborator

anlyyao commented May 20, 2024

@MING789852 辛苦贴一下完整的可复现代码或者提供一个代码片段链接?

@anlyyao anlyyao added the need confirm need confirm label May 20, 2024
@MING789852
Copy link
Author

@MING789852 辛苦贴一下完整的可复现代码或者提供一个代码片段链接?

你好,应该不是组件问题,我把GPU加速关了就不会
image

@anlyyao
Copy link
Collaborator

anlyyao commented May 22, 2024

@MING789852 辛苦贴一下完整的可复现代码或者提供一个代码片段链接?

你好,应该不是组件问题,我把GPU加速关了就不会 image

好的啊,建议以真机效果为准。我这边也跟进看看~

@MING789852
Copy link
Author

@MING789852 辛苦贴一下完整的可复现代码或者提供一个代码片段链接?

你好,应该不是组件问题,我把GPU加速关了就不会 image

好的啊,建议以真机效果为准。我这边也跟进看看~

真机目前我的Android机没问题,后面还有出现我再反馈,麻烦你了

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

No branches or pull requests

2 participants