This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
信息港地图修改
RongCheng
QI_YUJIE
2 years ago
parent
47c7200634
commit
1ec50ee776
3 changed files
with
10 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
View File
@@ -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
View File
@@ -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
View File
@@ -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);
}
}
Write
Preview
Loading…
Cancel
Save