From f31b05ca7400f34b6c83b22e0ed5f118aaae4d85 Mon Sep 17 00:00:00 2001 From: "eason.qian" Date: Tue, 3 Apr 2018 19:58:44 +0800 Subject: [PATCH] fix --- src/main/resources/i18n/addon_en.properties | 2 +- src/main/ui/static/boot/indexMainApp.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/i18n/addon_en.properties b/src/main/resources/i18n/addon_en.properties index 7e490e549..639f94ac6 100644 --- a/src/main/resources/i18n/addon_en.properties +++ b/src/main/resources/i18n/addon_en.properties @@ -1 +1 @@ -manual_settle.notice=Settlement will be executed on second work day after submitted this application. Your balance will not update during this time. \ No newline at end of file +manual_settle.notice=Settlement will be executed on the second working day after this application has been submitted. During this period, your balance will not be updated. \ No newline at end of file diff --git a/src/main/ui/static/boot/indexMainApp.js b/src/main/ui/static/boot/indexMainApp.js index ca8629687..4663e4132 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 () {