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

下载

parent 1ff893c8
...@@ -48,10 +48,10 @@ ...@@ -48,10 +48,10 @@
dataType: "json", dataType: "json",
beforeSend: function() {}, beforeSend: function() {},
success: function(data) { success: function(data) {
$('#android_link').attr('href',data.app_path); $('#android_link').attr('href',data.data.app_path);
}, },
error: function() { error: function() {
alert("暂无最新app链接")
}, },
complete: function(xhr, textStatus){ complete: function(xhr, textStatus){
if(textStatus === "timeout"){ 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