Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
zhangzl
/
nsgk_web
Obserwuj
1
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Oczekujące zmiany
0
Wydania
0
Wiki
Aktywność
Przeglądaj źródła
Merge branch 'newProperty' of
http://116.255.223.226:3000/zhangzl/nsgk_web
into newProperty
RongCheng
庞东旭
2 lat temu
rodzic
776fb7370c
1ec50ee776
commit
e1fb493820
3 zmienionych plików
z
10 dodań
i
3 usunięć
Widok podzielony
Opcje porównania
Pokaż statystyki
Ściągnij plik aktualizacji
Ściągnij plik porównania
+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
Wyświetl plik
@@ -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
Wyświetl plik
@@ -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
Wyświetl plik
@@ -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);
}
}
Napisz
Podgląd
Ładowanie…
Anuluj
Zapisz