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
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>
<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 上传文件前 上传文件后 并且鼠标移动到对应位置会一直闪屏
没有tabBar的界面就没有这个问题
2.33.0
The text was updated successfully, but these errors were encountered:
👋 @MING789852,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
@MING789852 辛苦贴一下完整的可复现代码或者提供一个代码片段链接?
你好,应该不是组件问题,我把GPU加速关了就不会
@MING789852 辛苦贴一下完整的可复现代码或者提供一个代码片段链接? 你好,应该不是组件问题,我把GPU加速关了就不会
好的啊,建议以真机效果为准。我这边也跟进看看~
@MING789852 辛苦贴一下完整的可复现代码或者提供一个代码片段链接? 你好,应该不是组件问题,我把GPU加速关了就不会 好的啊,建议以真机效果为准。我这边也跟进看看~
真机目前我的Android机没问题,后面还有出现我再反馈,麻烦你了
No branches or pull requests
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
上传文件前
上传文件后
并且鼠标移动到对应位置会一直闪屏
没有tabBar的界面就没有这个问题
期望结果
No response
实际结果
No response
基础库版本
2.33.0
补充说明
No response
The text was updated successfully, but these errors were encountered: