modified 修改函数定义位置,使用变量定义路径

This commit is contained in:
zhaoxiang 2016-11-08 11:04:36 +08:00
parent 78e5218ac7
commit 5e25837337

View File

@ -608,7 +608,6 @@
<script src="__JS__/template.js"></script>
<script>
function refresh(url) {
var $ = jQuery;
$.ajax({
type: "GET",
url: url,
@ -629,7 +628,6 @@
$.alertMsg('请求失败!')
}
}
});
}
</script>