title冲突
This commit is contained in:
parent
6eeb8c9a51
commit
2ca3b74795
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user