From 1bdcf5fa524b10ba1f0ca4bee311d0514bf318ef Mon Sep 17 00:00:00 2001 From: "eason.qian" Date: Tue, 30 Jan 2018 10:33:54 +0800 Subject: [PATCH] fix --- src/main/ui/static/dashboard/dashboard.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/ui/static/dashboard/dashboard.js b/src/main/ui/static/dashboard/dashboard.js index ab4cd5007..1ed933040 100644 --- a/src/main/ui/static/dashboard/dashboard.js +++ b/src/main/ui/static/dashboard/dashboard.js @@ -155,9 +155,9 @@ define(['angular', 'uiRouter', 'uiBootstrap', 'angularEcharts'], function (angul $scope.wechat_paymentconfig = resp.data; $scope.htmlTooltip = $sce.trustAsHtml('
' + '
Transaction Limit
'+'
'+ - '

Max Amount of Per Order:'+$scope.wechat_paymentconfig.dashboard_wechat_per_order_limit+'

' + - '

Max amount of individual limit Daily:'+$scope.wechat_paymentconfig.dashboard_wechat_individual_daily_limit+'

' + - '

Max amount of individual limit yearly:'+$scope.wechat_paymentconfig.dashboard_wechat_individual_yearly_limit+'

'+ + '

Max Amount of Per Order:'+$scope.wechat_paymentconfig['payment.wechat.per_order_limit']+'

' + + '

Max amount of individual limit Daily:'+$scope.wechat_paymentconfig['payment.wechat.individual_daily_limit']+'

' + + '

Max amount of individual limit yearly:'+$scope.wechat_paymentconfig['payment.wechat.individual_yearly_limit']+'

'+ '
'); }) }