Cambio del for
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+2
-2
@@ -1,3 +1,3 @@
|
||||
<!DOCTYPE html><html lang=en><head><link href=css/app.13dfc874.css rel=preload as=style><link href=css/chunk-vendors.cbc2a074.css rel=preload as=style><link href=js/app.fe2ed958.js rel=preload as=script><link href=js/chunk-vendors.ee992228.js rel=preload as=script><link href=css/chunk-vendors.cbc2a074.css rel=stylesheet><link href=css/app.13dfc874.css rel=stylesheet></head><head><meta name=viewport content="width=device-width,initial-scale=1"><meta charset=utf-8><link rel=stylesheet href=https://unpkg.com/purecss@1.0.0/build/pure-min.css integrity=sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w crossorigin=anonymous><!--[if lte IE 8]>
|
||||
<!DOCTYPE html><html lang=en><head><link href=css/app.63c2f088.css rel=preload as=style><link href=css/chunk-vendors.cbc2a074.css rel=preload as=style><link href=js/app.9859987a.js rel=preload as=script><link href=js/chunk-vendors.ee992228.js rel=preload as=script><link href=css/chunk-vendors.cbc2a074.css rel=stylesheet><link href=css/app.63c2f088.css rel=stylesheet></head><head><meta name=viewport content="width=device-width,initial-scale=1"><meta charset=utf-8><link rel=stylesheet href=https://unpkg.com/purecss@1.0.0/build/pure-min.css integrity=sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w crossorigin=anonymous><!--[if lte IE 8]>
|
||||
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/grids-responsive-old-ie-min.css">
|
||||
<![endif]--><!--[if gt IE 8]><!--><link rel=stylesheet href=https://unpkg.com/purecss@1.0.0/build/grids-responsive-min.css><!--<![endif]--><link rel=stylesheet type=text/css href=style.css media=screen><link rel=stylesheet href=https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css integrity=sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB crossorigin=anonymous><title>HACKATHON REGISTRO</title><link rel="shortcut icon" href=img/icono.png><body><noscript><strong>We're sorry but hack_unam doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.ee992228.js></script><script src=js/app.fe2ed958.js></script></body></head></html>
|
||||
<![endif]--><!--[if gt IE 8]><!--><link rel=stylesheet href=https://unpkg.com/purecss@1.0.0/build/grids-responsive-min.css><!--<![endif]--><link rel=stylesheet type=text/css href=style.css media=screen><link rel=stylesheet href=https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css integrity=sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB crossorigin=anonymous><title>HACKATHON REGISTRO</title><link rel="shortcut icon" href=img/icono.png><body><noscript><strong>We're sorry but hack_unam doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.ee992228.js></script><script src=js/app.9859987a.js></script></body></head></html>
|
||||
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
-1
File diff suppressed because one or more lines are too long
@@ -126,20 +126,20 @@
|
||||
/>
|
||||
</div>
|
||||
<div class="pure-u-1 pure-u-md-1-3">
|
||||
<label for="item.apellidoP">Apellido Paterno</label>
|
||||
<label for="item.apellidoPa">Apellido Paterno</label>
|
||||
<input
|
||||
type="text"
|
||||
id="item.apellidoP"
|
||||
id="item.apellidoPa"
|
||||
class="pure-u-23-24"
|
||||
v-model="item.apellidoPa"
|
||||
onkeypress="return ( (event.charCode >= 32 && event.charCode <= 32) ||(event.charCode >= 65 && event.charCode <= 90) ||(event.charCode >= 97))"
|
||||
/>
|
||||
</div>
|
||||
<div class="pure-u-1 pure-u-md-7-24">
|
||||
<label for="item.apellidoM">Apellido Materno</label>
|
||||
<label for="item.apellidoMa">Apellido Materno</label>
|
||||
<input
|
||||
type="text"
|
||||
id="item.apellidoM"
|
||||
id="item.apellidoMa"
|
||||
class="pure-u-23-24"
|
||||
v-model="item.apellidoMa"
|
||||
onkeypress="return ( (event.charCode >= 32 && event.charCode <= 32) ||(event.charCode >= 65 && event.charCode <= 90) ||(event.charCode >= 97))"
|
||||
@@ -253,8 +253,8 @@ export default {
|
||||
for (let i = 1; i < this.noIntegrantes; i++) {
|
||||
if (
|
||||
this.integrantes[i - 1].nombre.trim() === "" ||
|
||||
this.integrantes[i - 1].apellidoP.trim() === "" ||
|
||||
this.integrantes[i - 1].apellidoM.trim() === "" ||
|
||||
this.integrantes[i - 1].apellidoPa.trim() === "" ||
|
||||
this.integrantes[i - 1].apellidoMa.trim() === "" ||
|
||||
this.integrantes[i - 1].correo.trim() === ""
|
||||
) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user