소스 검색

五分钟内只显示一次

lifanagju_citu 7 달 전
부모
커밋
fd30f0289c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/recruit/personal/home/index.vue

+ 0 - 1
src/views/recruit/personal/home/index.vue

@@ -94,7 +94,6 @@ const adImgWidth = ref(document?.documentElement?.clientWidth ?
 
 const adDialog = ref(false)
 onMounted(() => {
-  adDialog.value = true
   const lastTime = localStorage.getItem('adDialogTime')
   localStorage.setItem('adDialogTime', Date.now())
   if (!lastTime || (Date.now() - Number(lastTime) > 300000)) {