Commit 44bd0168 authored by 刘丹's avatar 刘丹

下载

parent 1ff893c8
......@@ -48,10 +48,10 @@
dataType: "json",
beforeSend: function() {},
success: function(data) {
$('#android_link').attr('href',data.app_path);
$('#android_link').attr('href',data.data.app_path);
},
error: function() {
alert("暂无最新app链接")
},
complete: function(xhr, textStatus){
if(textStatus === "timeout"){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment