mo 3 سال پیش
والد
کامیت
34e9ffec39
2فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 0 1
      src/components/submitForm.vue
  2. 1 0
      src/views/index/blocks/submitForm.vue

+ 0 - 1
src/components/submitForm.vue

@@ -133,7 +133,6 @@ export default {
               "Access-Control-Allow-Origin": "*",
             },
           }).then((res) => {
-            console.log(res)
             if (res.data.code == 200) {
               this.time = 60
               const timer = setInterval(() => {

+ 1 - 0
src/views/index/blocks/submitForm.vue

@@ -124,6 +124,7 @@ export default {
             },
           }).then((res) => {
             if (res.data.code == 200) {
+              this.time = 60
               this.$message.success("发送成功");
               const timer = setInterval(() => {
                 if (this.time > 0) {