Compare commits
4 Commits
d13ae03355
...
982adc3f4b
Author | SHA1 | Date | |
---|---|---|---|
|
982adc3f4b | ||
|
efc9ffea12 | ||
|
d66aa108d8 | ||
|
165f960d14 |
2
components.d.ts
vendored
2
components.d.ts
vendored
@ -30,8 +30,6 @@ declare module 'vue' {
|
||||
LoginMessage: typeof import('./src/components/talk/message/LoginMessage.vue')['default']
|
||||
Message: typeof import('./src/components/x-message/message/index.vue')['default']
|
||||
MixedMessage: typeof import('./src/components/talk/message/MixedMessage.vue')['default']
|
||||
NButton: typeof import('naive-ui')['NButton']
|
||||
NIcon: typeof import('naive-ui')['NIcon']
|
||||
PageAnimation: typeof import('./src/components/page-animation/index.vue')['default']
|
||||
RevokeMessage: typeof import('./src/components/talk/message/RevokeMessage.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
|
@ -332,7 +332,7 @@ const confirmBtnStatus = computed(() => {
|
||||
}
|
||||
switch (groupActiveIndex.value) {
|
||||
case 0:
|
||||
if(allChooseMembers?.value?.length < 3) {
|
||||
if(allChooseMembers?.value?.length < 2) {
|
||||
disabledT = true
|
||||
}
|
||||
break
|
||||
@ -345,7 +345,7 @@ const confirmBtnStatus = computed(() => {
|
||||
}
|
||||
break
|
||||
case 2:
|
||||
if(allChooseMembers?.value?.length < 3) {
|
||||
if(allChooseMembers?.value?.length < 2) {
|
||||
disabledT = true
|
||||
}
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user