hookehuyr

fix

...@@ -67,7 +67,7 @@ const validIdCard = idCard(); ...@@ -67,7 +67,7 @@ const validIdCard = idCard();
67 const $route = useRoute(); 67 const $route = useRoute();
68 const $router = useRouter(); 68 const $router = useRouter();
69 69
70 -// TODO: @我的接口联调 70 +// @我的接口联调
71 const loading = ref(false); 71 const loading = ref(false);
72 const finished = ref(false); 72 const finished = ref(false);
73 const commentList = ref([]) 73 const commentList = ref([])
......