lifanagju_citu 1 mese fa
parent
commit
ee75750140
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      pages/register/review.vue

+ 0 - 2
pages/register/review.vue

@@ -74,7 +74,6 @@ import { userStore } from '@/store/user'
 
 const user = userStore()
 const applyInfo = ref({})
-const show = ref(false)
 
 // 查看用户是否有在申请中的数据
 const getApplyInfo = async () => {
@@ -97,7 +96,6 @@ const getApplyInfo = async () => {
     remark: result.remark // 备注
   }
   console.log(result, 'review----查看是否有申请中的数据', applyInfo.value)
-	show.value = true
 }
 
 let hasData = false