cczg-lottery-activity/uni_modules/uview-ui/libs/mixin/button.js

14 lines
316 B
JavaScript
Raw Permalink Normal View History

2024-05-30 11:04:54 +08:00
export default {
props: {
lang: String,
sessionFrom: String,
sendMessageTitle: String,
sendMessagePath: String,
sendMessageImg: String,
showMessageCard: Boolean,
appParameter: String,
formType: String,
openType: String
}
}