作者 郭鑫
1 个管道 的构建 通过 耗费 0 秒

修改位置

... ... @@ -449,7 +449,7 @@
// 调取腾讯接口
var txUrl = "https://3gimg.qq.com/lightmap/components/locationPicker2/index.html?callback=QQmap&type=0&backurl=http://yunzhi07.com&search=1&policy=1&mapdraggable=0&zoom=13&referer=myapp&key=HGLBZ-WD66X-2H74V-TJ6NI-NHNWZ-DNBJ5";
$('.enterplace').click(function () {
// window.location.href = txUrl;
window.location.href = txUrl;
// $('.enterplace').val(json.result.address);
})
... ...