Parcourir la source

图详情增加自动申请

jwyu il y a 2 ans
Parent
commit
d7497d58b5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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") {