Moonofweisheng / wot-design-uni

一个基于Vue3+TS开发的uni-app组件库,提供70+高质量组件,支持暗黑模式、国际化和自定义主题。
https://wot-design-uni.pages.dev
MIT License
903 stars 147 forks source link

fix: 🐛 移除 wd-upload 组件下 multiple 功能多选时的 9 张上限 #345

Closed z-w-k closed 4 months ago

z-w-k commented 4 months ago

🤔 这个 PR 的性质是?(至少选择一个)

🔗 相关 Issue

💡 需求背景和解决方案

场景重现:比如用户设置为 20 张上限并且剩余可选照片张数大于 9 时,最终可选会被限制在 9 张

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项。⚠️

netlify[bot] commented 4 months ago

Deploy Preview for wot-design-uni ready!

Name Link
Latest commit 87e695cdd1084b219bb59728d8197e1e0cbc04fe
Latest deploy log https://app.netlify.com/sites/wot-design-uni/deploys/6657f9262ab9850008ef0294
Deploy Preview https://deploy-preview-345--wot-design-uni.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wot-design-uni ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 30, 2024 3:58am
z-w-k commented 4 months ago

嗷嗷 好吧,我打包的 h5 测的,没注意到

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2024年5月30日(星期四) 中午12:31 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [Moonofweisheng/wot-design-uni] fix: 🐛 移除 wd-upload 组件下 multiple 功能多选时的 9 张上限 (PR #345)

@Moonofweisheng commented on this pull request.

小程序chooseImage的count最大值是9,传入更大值应该无效果的。

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

Moonofweisheng commented 4 months ago

此功能待调整chooseImage到chooseMedia后或许可以支持,此pr先关闭。