dykj-outsource-12123/uni_modules/uview-plus/libs/mixin/button.js

14 lines
303 B
JavaScript
Raw Normal View History

2024-06-28 14:18:30 +08:00
export default {
props: {
lang: String,
sessionFrom: String,
sendMessageTitle: String,
sendMessagePath: String,
sendMessageImg: String,
showMessageCard: Boolean,
appParameter: String,
formType: String,
openType: String
}
}