Authored by leo

Update: 增加错误处理

@@ -385,6 +385,8 @@ function getOperationRecords(couponId) { @@ -385,6 +385,8 @@ function getOperationRecords(couponId) {
385 var data = resp.data; 385 var data = resp.data;
386 covertOperationRecord(data) 386 covertOperationRecord(data)
387 $('.historyDetail').html(common.util.__template2($('#operation-record-template').html(), {list: data})); 387 $('.historyDetail').html(common.util.__template2($('#operation-record-template').html(), {list: data}));
  388 + } else {
  389 + $('.historyDetail').html('<p>查询记录失败!</p>');
388 } 390 }
389 }, true); 391 }, true);
390 } 392 }