From 7c8188466ce0ce7bcd7dbbc070350298bc150d3c Mon Sep 17 00:00:00 2001 From: yuan <1551130722@qq.com> Date: Tue, 29 May 2018 13:51:04 +0800 Subject: [PATCH] fix~ --- src/main/ui/static/dashboard/partner-dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/ui/static/dashboard/partner-dashboard.js b/src/main/ui/static/dashboard/partner-dashboard.js index a750e6f2a..b0ad10c5e 100644 --- a/src/main/ui/static/dashboard/partner-dashboard.js +++ b/src/main/ui/static/dashboard/partner-dashboard.js @@ -928,7 +928,7 @@ define(['angular','decimal', 'uiRouter', 'uiBootstrap', 'angularEcharts'], funct $scope.applyClient = resp.data; if($scope.applyClient.logo_url != null && $scope.applyClient.description != null && $scope.applyClient.business_structure != null){ if(($scope.applyClient.store_photo != null && $scope.applyClient.company_photo != null) || $scope.applyClient.company_website != null){ - if (($scope.applyClient.business_structure == 'Company' && $scope.applyClient.acn != null) || $scope.applyClient.business_structure != 'Company' && $scope.applyClient.abn != null){ + if (($scope.applyClient.business_structure == "Company" && $scope.applyClient.acn != null) || $scope.applyClient.business_structure != 'Company' && $scope.applyClient.abn != null){ $scope.commitPartnerInfo = true; } }