Nuovo Sistema di registrazione:
tramite il BOT, viene memorizzato l'username telegram e si usa quello come username per la APP, e l'ID telegram viene passato direttamente, senza chiedere la verifica. - ospitalità (inizio).
This commit is contained in:
32
src/root/hosp/hosp.vue
Executable file
32
src/root/hosp/hosp.vue
Executable file
@@ -0,0 +1,32 @@
|
||||
<template>
|
||||
<q-page class="">
|
||||
|
||||
<div v-if="tools.isLogged()">
|
||||
|
||||
<div v-if="tools.isUserOk()">
|
||||
<CTitlePage :ind="2" />
|
||||
|
||||
<CFinder
|
||||
:ind="2"
|
||||
:table="toolsext.TABMYHOSPS">
|
||||
|
||||
</CFinder>
|
||||
|
||||
<CDashboard></CDashboard>
|
||||
|
||||
</div>
|
||||
<div v-else>
|
||||
<CUserNonVerif></CUserNonVerif>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<Footer></Footer>
|
||||
</q-page>
|
||||
|
||||
</template>
|
||||
<script lang="ts" src="./hosp.ts">
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
@import './hosp.scss';
|
||||
</style>
|
||||
Reference in New Issue
Block a user