diff --git a/frontend/src/views/register/index.vue b/frontend/src/views/register/index.vue
index 3a2ec80..851e123 100644
--- a/frontend/src/views/register/index.vue
+++ b/frontend/src/views/register/index.vue
@@ -446,7 +446,10 @@ const handleSendSms = async () => {
}
try {
- await sendSmsCode(registerData.phone, 1); // type=1 表示注册
+ const res:any = await sendSmsCode(registerData.phone, 1); // type=1 表示注册
+ if (res.code == 1) {
+ return;
+ }
message.success("验证码已发送");
// 启动60秒倒计时
diff --git a/frontend/src/views/shuJuTianBao/shengPiJiLu/index.vue b/frontend/src/views/shuJuTianBao/shengPiJiLu/index.vue
index a9d3ec3..e5a7112 100644
--- a/frontend/src/views/shuJuTianBao/shengPiJiLu/index.vue
+++ b/frontend/src/views/shuJuTianBao/shengPiJiLu/index.vue
@@ -3,7 +3,7 @@
-
+
@@ -27,7 +27,7 @@
-
+
{{ handName(record.action, actionTypeDict) }}
@@ -42,7 +42,7 @@