Browse Source

五分钟内只显示一次

lifanagju_citu 7 months ago
parent
commit
fd30f0289c
1 changed files with 0 additions and 1 deletions
  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)) {