소스 검색

图详情增加自动申请

jwyu 2 년 전
부모
커밋
d7497d58b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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") {