jdf2e / nutui-react

京东风格的移动端 React 组件库 、支持多端小程序(A React UI Toolkit for Mobile Web)
https://nutui.jd.com/react/
919 stars 263 forks source link

[FR]: Cell 组件支持 open-type 可以打开对应的功能了 #2551

Closed ToQuery closed 3 months ago

ToQuery commented 3 months ago

这个功能解决了什么问题?

例如 openType=contact 打开客服

你期望的组件设计是怎样的?

例如 openType=contact 打开客服

oasis-cloud commented 3 months ago

小程序应该是在 button 组件上使用 open-type,cell 组件通过 view 实现,转译到小程序不存在open-type。https://developers.weixin.qq.com/miniprogram/dev/component/view.html