Compare commits

...

3 Commits

Author SHA1 Message Date
yin5th 76ff6c5b03 Merge branch 'master' of http://git.scdxtc.com/wangxinglong/coupon-admin 2022-01-27 11:48:07 +08:00
yin5th be08cc6adf Merge branch 'master' of http://git.scdxtc.com/wangxinglong/coupon-admin 2022-01-27 11:46:30 +08:00
yin5th c819a2479e setter 2022-01-27 11:46:24 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -697,7 +697,7 @@ layui.define(['layer', 'locationX'], function (exports) {
$("#lat").val(o.lat);
// 渲染地图
if (undefined === window.T) {
$.getScript("http://api.tianditu.gov.cn/api?v=4.0&tk=a8718394c98e9ae85b0d7af352653ce2&callback=init", function () {
$.getScript("https://api.tianditu.gov.cn/api?v=4.0&tk=a8718394c98e9ae85b0d7af352653ce2&callback=init", function () {
o.openTiandiMap();
})
} else {