ソースを参照

图详情增加自动申请

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") {