-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
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
feat: taro 组件支持字节 PaymentChannelSelect 组件 #16889
base: main
Are you sure you want to change the base?
feat: taro 组件支持字节 PaymentChannelSelect 组件 #16889
Conversation
@@ -168,5 +168,15 @@ export const components = { | |||
fixed: _false, | |||
'left-right-padding': _empty, | |||
bindError: _empty | |||
}, | |||
PaymentChannelSelect:{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
请保证代码风格,如:Missing space before value for key 'PaymentChannelSelect'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tks
export const RateButton = 'rate-button' | ||
export const OpenData = 'open-data' | ||
export const AwemeUserCard = 'aweme-user-card' | ||
export const PaymentChannelSelect = 'payment-channel-select' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个文件应该是多余的
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got it
这个 PR 做了什么? (简要描述所做更改)
支持 Taro 调用字节小程序的 PaymentChannelSelect 组件
这个 PR 是什么类型? (至少选择一个)
这个 PR 涉及以下平台: