Explorar o código

fix(components/messageList):props未接收unReadNum参数

wangpx hai 1 ano
pai
achega
2f8635c619
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      components/ygoa/messageList.vue

+ 1 - 0
components/ygoa/messageList.vue

@@ -73,6 +73,7 @@ const props = defineProps({
 	pSize: { type: Number, default: 10 }, // 分页大小
 	pageNo: { type: Number, default: 1 }, // 默认页
 	defaultCurrent: {type: Number, default: 0}, // 默认选中项
+	unReadNum: { type: Number, default: undefined }, // 未读消息数
 })
 const emits = defineEmits([
 	'clickSegment', // 点击分段器