## 加載中
```
$("#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();
}
});
}
```