## 加载中 ``` $("#interpolation").html(ea55_jjz_html()); ``` ## 提示重新加载 ``` //重新加载 function ea55_one_chongxinjiazai(){ api.confirm({ title: '加载错误', msg: '是否重试', buttons: ['重新加载', '返回'] }, function(ret, err) { var index = ret.buttonIndex; // console.log(index); if(index==1){ ea55_ajax_0(); }else{ ea55_guanbi(); } }); } ```