no message

This commit is contained in:
kuaifan 2025-03-21 22:16:47 +08:00
parent 20ba671cd3
commit d6ca66aa2f

View File

@ -18,7 +18,7 @@ export default {
},
nameText: {
type: String,
default: null // showName = true 时有效,留空就显示会员昵称
default: '' // showName = true 时有效,留空就显示会员昵称
},
borderWitdh: {
type: Number,
@ -33,7 +33,6 @@ export default {
default: false
},
userResult: {
type: [Function, Object],
default: null
}
}