|
@@ -9,7 +9,7 @@ const props = defineProps({
|
|
const authType = computed(() => {
|
|
const authType = computed(() => {
|
|
if(!props.data) return
|
|
if(!props.data) return
|
|
if (props.data.type === "contact") {
|
|
if (props.data.type === "contact") {
|
|
-
|
|
|
|
|
|
+ handleAutoApply()
|
|
return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
if (props.data.type === "expired") {
|
|
if (props.data.type === "expired") {
|