title冲突

This commit is contained in:
duanhao 2025-08-15 15:05:50 +08:00
parent 6eeb8c9a51
commit 2ca3b74795

View File

@ -69,9 +69,9 @@ const groupMemberInfoMap = {
}
const typeTitle = ref({
0: props.groupList[0].title[0],
1: props.groupList[0].title[1],
6: props.groupList[0].title[2]
0: props.groupList[0]?.title[0] || "",
1: props.groupList[0]?.title[1] || "",
6: props.groupList[0]?.title[2] || ""
})
</script>