submit
This commit is contained in:
parent
d134d3120e
commit
6276ee6465
@ -7,7 +7,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script setup >
|
<script setup >
|
||||||
import { ref, getCurrentInstance } from "vue";
|
import { ref } from "vue";
|
||||||
import {login,getInfo} from "@/http/apis";
|
import {login,getInfo} from "@/http/apis";
|
||||||
let isShow = ref(true);
|
let isShow = ref(true);
|
||||||
const getPhoneNumber =async (data) => {
|
const getPhoneNumber =async (data) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user