Skip to content

Commit

Permalink
perf(YXYBind):delete type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
xixiIBN5100 committed Nov 19, 2024
1 parent d9b0460 commit b4f9816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/bind/YXY/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ref } from "vue";
import { useRequest } from "@/hooks";
import store, { serviceStore } from "@/store";
const phoneNumber = ref<string>("");
const phoneNumber = ref("");
const phoneCode = ref("");
const helpContent = helpText.bind.yxy;
Expand Down

0 comments on commit b4f9816

Please sign in to comment.