修复再来一单问题
This commit is contained in:
@@ -612,6 +612,9 @@ const showInviteCode = computed(() => {
|
||||
) {
|
||||
return true;
|
||||
}
|
||||
if( config.openType == "auto" ){
|
||||
return true;
|
||||
}
|
||||
if (!state.distributionUser && config.openType == "manual") {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user