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
问题原因是su-popup组件使用uni-transition组件实现组件切换的时候,弹框由translateY0变为ranslateY100%,导致在弹出选择表情弹框的情况下,再去点击选择商品、相册、订单的功能,组件消失,只剩下一个蒙层。
第一步,打开选择表情
第二步,在表情弹框出现的情况下,点击+。
选择选择商品、相册、订单的弹框未出现,只剩下蒙层。
The text was updated successfully, but these errors were encountered:
有没兴趣,pull request 贡献下哈?
Sorry, something went wrong.
我手动将su-popup组件中第449行,手动写死style样式transform: 'translateY(0)',办法有点粗暴,不是最佳处理方式。没想到别的办法。
YunaiV
No branches or pull requests
基本信息
你猜测可能的原因
问题原因是su-popup组件使用uni-transition组件实现组件切换的时候,弹框由translateY0变为ranslateY100%,导致在弹出选择表情弹框的情况下,再去点击选择商品、相册、订单的功能,组件消失,只剩下一个蒙层。
复现步骤
第一步,打开选择表情
第二步,在表情弹框出现的情况下,点击+。
报错信息
选择选择商品、相册、订单的弹框未出现,只剩下蒙层。
The text was updated successfully, but these errors were encountered: