Quellcode durchsuchen

图详情增加自动申请

jwyu vor 2 Jahren
Ursprung
Commit
d7497d58b5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/hzyb/chart/component/noAuth.vue

+ 1 - 1
src/views/hzyb/chart/component/noAuth.vue

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