这个加载有没有问题
<script>
window.onload = function()
{
$.ajax({
type: "get",
async: false,
url: "http://{$Think.config.SITE_DOMAIN}/Api/Hitstall/index/ismobile/1",
dataType: "jsonp",
});
}
</script>
<script>
window.onload = function()
{
$.ajax({
type: "get",
async: false,
url: "http://{$Think.config.SITE_DOMAIN}/Api/Hitstall/index/ismobile/1",
dataType: "jsonp",
});
}
</script>