소스 검색

买家中心--首页--修复无专票模态框点击失败bug

wangyc 8 년 전
부모
커밋
488ebc19b0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/main/webapp/resources/js/usercenter/controllers/forstore/buyer_invoice_ctrl.js

+ 2 - 0
src/main/webapp/resources/js/usercenter/controllers/forstore/buyer_invoice_ctrl.js

@@ -228,6 +228,8 @@ define(['app/app'], function(app) {
                 }, function(response) {
                     toaster.pop('error', '获取指定的发票信息失败');
                 });
+            } else {
+                return {};
             }
         };