Explorar el Código

🐞 fix(ContactUs): 添加 form name

hxl hace 8 meses
padre
commit
1832db3dbf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/ContactUs.vue

+ 1 - 1
src/views/ContactUs.vue

@@ -178,7 +178,7 @@ export default {
               emailConfig.SERVICE_ID,
               emailConfig.TEMPLATE_ID,
               {
-                from_name: "test",
+                from_name: this.form.name,
                 name: this.form.name,
                 businessName: this.form.businessName,
                 mobile: this.form.mobile,