$(function(){ if (window.afterGetPage){ $.ajax({ type: 'get', url: 'http://backend-api.qinggan.anslib.com/mingjun/api/getText', dataType: 'json', headers:{ 'Content-Type':'application/x-www-form-urlencoded' }, success: function (data) { var p = data.content.contactPhone; var e = data.content.contactQQ; var h = '服务热线:'+p+' 投诉电话:'+data.content.complaintPhone; window.afterGetPage({content:{"mingjun123":'联系电话:'+p}},'.footerPhonep' ); window.afterGetPage({content:{"mingjun123":'邮箱:'+e}},'.footerEmailp' ); window.afterGetPage({content:{"mingjun123":h}},'.an-fr-info',{ textColor: 'rgb(102, 102, 102)' }); }, error: function (err) { } }); }; $(".fm-btn").click(function(e){ e.stopPropagation(); }) })