From 86bc87c3812aede7fee821f54b3c3cb4dbf1c2bf Mon Sep 17 00:00:00 2001 From: "eason.qian" Date: Thu, 5 Apr 2018 16:50:47 +0800 Subject: [PATCH] fix --- src/main/ui/static/boot/indexMainApp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/ui/static/boot/indexMainApp.js b/src/main/ui/static/boot/indexMainApp.js index ca8629687..1a75cbcdb 100644 --- a/src/main/ui/static/boot/indexMainApp.js +++ b/src/main/ui/static/boot/indexMainApp.js @@ -131,7 +131,7 @@ define(['angular', 'angularSanitize', 'angularAnimate', 'angularMessages', 'uiRo }); }; - $scope.getAgStatus(); + // $scope.getAgStatus(); $scope.refundNotice = {counts: 0}; $scope.openRefundNotice = false; $scope.showRefundNotice = function () {