From b4f9816ac7bb98a5a776dd38900b3cfb65104659 Mon Sep 17 00:00:00 2001 From: xixiibn5100 <1584914306@qq.com> Date: Tue, 19 Nov 2024 13:42:27 +0800 Subject: [PATCH] perf(YXYBind):delete type declaration --- src/pages/bind/YXY/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/bind/YXY/index.vue b/src/pages/bind/YXY/index.vue index 5bac54b..1b3c3e6 100644 --- a/src/pages/bind/YXY/index.vue +++ b/src/pages/bind/YXY/index.vue @@ -7,7 +7,7 @@ import { ref } from "vue"; import { useRequest } from "@/hooks"; import store, { serviceStore } from "@/store"; -const phoneNumber = ref(""); +const phoneNumber = ref(""); const phoneCode = ref(""); const helpContent = helpText.bind.yxy;