dykj-football/uni_modules/uview-plus/libs/mixin/button.js

14 lines
303 B
JavaScript
Raw Normal View History

2024-04-17 15:27:43 +08:00
export default {
props: {
lang: String,
sessionFrom: String,
sendMessageTitle: String,
sendMessagePath: String,
sendMessageImg: String,
showMessageCard: Boolean,
appParameter: String,
formType: String,
openType: String
}
}