crm-uniapp/uni_modules/uv-ui-tools/libs/mixin/button.js
2024-10-09 16:24:04 +08:00

14 lines
316 B
JavaScript

export default {
props: {
lang: String,
sessionFrom: String,
sendMessageTitle: String,
sendMessagePath: String,
sendMessageImg: String,
showMessageCard: Boolean,
appParameter: String,
formType: String,
openType: String
}
}