From 53f60669a37d970b5620781181c848f4f065408a Mon Sep 17 00:00:00 2001 From: luoyang Date: Wed, 10 Oct 2018 16:08:40 +0800 Subject: [PATCH] fix something --- src/main/ui/manage.html | 385 +++++++++++----------- src/main/ui/static/boot/managerMainApp.js | 10 +- 2 files changed, 203 insertions(+), 192 deletions(-) diff --git a/src/main/ui/manage.html b/src/main/ui/manage.html index abec3c402..97ba2811f 100644 --- a/src/main/ui/manage.html +++ b/src/main/ui/manage.html @@ -136,227 +136,232 @@ margin-bottom: 10%;"/>

To Be The Best QRCode Payment Service Provider!

-
- -
-
-
+
+ + +
+
+ +
+ -
-
- - -
- - -
- -
- + -

Account Manager

- -
-
- - -
- - -
- - -
- - -
- - -
- - -
- -
- +
+
-

Director

- +
+
+
+ + Copyright © 2015-2017 RoyalPay. All rights + reserved. +
-
-
-
- Copyright © 2015-2017 RoyalPay. All rights - reserved. -
-
-
- -
+ diff --git a/src/main/ui/static/boot/managerMainApp.js b/src/main/ui/static/boot/managerMainApp.js index 5c25c5a3f..ee3b4db64 100644 --- a/src/main/ui/static/boot/managerMainApp.js +++ b/src/main/ui/static/boot/managerMainApp.js @@ -17,8 +17,14 @@ define(['angular', 'angularSanitize', 'angularAnimate', 'angularMessages', 'uiRo }]); app.controller('managerIndexCtrl', ['$scope', '$rootScope', '$http', '$log', '$timeout', '$interval', '$uibModal', '$filter', 'myLoginLogView', 'commonDialog', function ($scope, $rootScope, $http, $log, $timeout, $interval, $uibModal, $filter, myLoginLogView, commonDialog) { - $scope.headerDisplay = false; - $scope.copyright = false; + if (window.location.hash == "" || window.location.hash == "#/") { + $scope.headerDisplay = false; + $scope.copyright = false; + }else{ + $scope.headerDisplay = true; + $scope.copyright = true; + } + $scope.headerShow = function () { $scope.headerDisplay = true;