Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
zhangzl
/
nsgk_web
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Merge branch 'newProperty' of
http://116.255.223.226:3000/zhangzl/nsgk_web
into newProperty
RongCheng
庞东旭
hace 2 años
padre
776fb7370c
1ec50ee776
commit
e1fb493820
Se han
modificado 3 ficheros
con
10 adiciones
y
3 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-1
infoport/static/js/project/homesteadDetail.js
+4
-1
infoport/static/js/project/propertyDetail.js
+3
-1
infoport/static/js/project/resourceDetail.js
+ 3
- 1
infoport/static/js/project/homesteadDetail.js
Ver fichero
@@ -27,7 +27,9 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function
module.data.leader = data.data.leader;
var propertyDetailData = template('propertyDetailData', module.data);
$("#propertyDetailContent").html(propertyDetailData);
initMap(data.data);
setTimeout(() => {
initMap(data.data);
}, 500);
}
}
+ 4
- 1
infoport/static/js/project/propertyDetail.js
Ver fichero
@@ -25,7 +25,10 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function
module.data.leader = data.data.leader;
var propertyDetailData = template('propertyDetailData', module.data);
$("#propertyDetailContent").html(propertyDetailData);
initMap(data.data);
setTimeout(() => {
initMap(data.data);
}, 500);
}
}
+ 3
- 1
infoport/static/js/project/resourceDetail.js
Ver fichero
@@ -25,7 +25,9 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function
module.data.leader = data.data.leader;
var propertyDetailData = template('propertyDetailData', module.data);
$("#propertyDetailContent").html(propertyDetailData);
initMap(data.data);
setTimeout(() => {
initMap(data.data);
}, 500);
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar