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
在微信小程序子商户能力中, open-type="contact" 的按钮支持添加 business-id 字段指向子商户。 目前手动向 Button 组件添加 businessId /business-id 都没有办法在按钮上添加 business-id字段。 现在我们的折衷解决方案是自定义了一个 contact-button 组件来确决这个问题
为Button 添加 businessId?: string; 的PropsType
The text was updated successfully, but these errors were encountered:
chore(weapp): 按钮组件增加 business-id 属性,fix #8342
7d65185
3.1.0-beta.5+ 开始支持
Sorry, something went wrong.
No branches or pull requests
这个特性解决了什么问题?
在微信小程序子商户能力中, open-type="contact" 的按钮支持添加 business-id 字段指向子商户。
目前手动向 Button 组件添加 businessId /business-id 都没有办法在按钮上添加 business-id字段。
现在我们的折衷解决方案是自定义了一个 contact-button 组件来确决这个问题
这个 API 长什么样?
为Button 添加 businessId?: string; 的PropsType
The text was updated successfully, but these errors were encountered: