Browse Source

Fixed the Lillie thing for productos

Emmanuel 3 years ago
parent
commit
d9e7e69828

+ 1
- 1
platforms/android/app/src/main/assets/www/index.html View File

@@ -404,7 +404,7 @@
404 404
                                      redes = lot[4],
405 405
                                      tecnicas = lot[5];
406 406
 
407
-                                 listaArt += `<ons-item tappable onclick="myNavigator.pushPage('artesano.html', {data: {title:'${arts[i]}', mun: '${mun}', tel: '${tel}', email: '${email}', esp: '${esp}', redes: '${redes}', tecnicas: '${tecnicas}' }} )" ><div class="center">`+ arts[i] +`</div></ons-item><br>`;
407
+                                 listaArt += `<ons-item tappable onclick="myNavigator.pushPage('artesano.html', {data: {title:'${arts[i].replace(/"/g, " ")}', mun: '${mun}', tel: '${tel}', email: '${email}', esp: '${esp}', redes: '${redes}', tecnicas: '${tecnicas}' }} )" ><div class="center">`+ arts[i] +`</div></ons-item><br>`;
408 408
                              }
409 409
 
410 410
                              if (Artesania.name == "Figuras y simbolos indigenas") {

+ 1
- 1
platforms/browser/www/index.html View File

@@ -404,7 +404,7 @@
404 404
                                      redes = lot[4],
405 405
                                      tecnicas = lot[5];
406 406
 
407
-                                 listaArt += `<ons-item tappable onclick="myNavigator.pushPage('artesano.html', {data: {title:'${arts[i]}', mun: '${mun}', tel: '${tel}', email: '${email}', esp: '${esp}', redes: '${redes}', tecnicas: '${tecnicas}' }} )" ><div class="center">`+ arts[i] +`</div></ons-item><br>`;
407
+                                 listaArt += `<ons-item tappable onclick="myNavigator.pushPage('artesano.html', {data: {title:'${arts[i].replace(/"/g, " ")}', mun: '${mun}', tel: '${tel}', email: '${email}', esp: '${esp}', redes: '${redes}', tecnicas: '${tecnicas}' }} )" ><div class="center">`+ arts[i] +`</div></ons-item><br>`;
408 408
                              }
409 409
 
410 410
                              if (Artesania.name == "Figuras y simbolos indigenas") {

+ 1
- 1
www/index.html View File

@@ -404,7 +404,7 @@
404 404
                                      redes = lot[4],
405 405
                                      tecnicas = lot[5];
406 406
 
407
-                                 listaArt += `<ons-item tappable onclick="myNavigator.pushPage('artesano.html', {data: {title:'${arts[i]}', mun: '${mun}', tel: '${tel}', email: '${email}', esp: '${esp}', redes: '${redes}', tecnicas: '${tecnicas}' }} )" ><div class="center">`+ arts[i] +`</div></ons-item><br>`;
407
+                                 listaArt += `<ons-item tappable onclick="myNavigator.pushPage('artesano.html', {data: {title:'${arts[i].replace(/"/g, " ")}', mun: '${mun}', tel: '${tel}', email: '${email}', esp: '${esp}', redes: '${redes}', tecnicas: '${tecnicas}' }} )" ><div class="center">`+ arts[i] +`</div></ons-item><br>`;
408 408
                              }
409 409
 
410 410
                              if (Artesania.name == "Figuras y simbolos indigenas") {