eason.qian 7 years ago
parent 9cdc0012b1
commit 1bdcf5fa52

@ -155,9 +155,9 @@ define(['angular', 'uiRouter', 'uiBootstrap', 'angularEcharts'], function (angul
$scope.wechat_paymentconfig = resp.data; $scope.wechat_paymentconfig = resp.data;
$scope.htmlTooltip = $sce.trustAsHtml('<div style="width: 250px">' + $scope.htmlTooltip = $sce.trustAsHtml('<div style="width: 250px">' +
'<h5>Transaction Limit</h5>'+'<div style="background-color: #EFEFF5;height: 1px;margin-bottom: 10px;"></div>'+ '<h5>Transaction Limit</h5>'+'<div style="background-color: #EFEFF5;height: 1px;margin-bottom: 10px;"></div>'+
'<p>Max Amount of Per Order:'+$scope.wechat_paymentconfig.dashboard_wechat_per_order_limit+'</p>' + '<p>Max Amount of Per Order:'+$scope.wechat_paymentconfig['payment.wechat.per_order_limit']+'</p>' +
'<p>Max amount of individual limit Daily:'+$scope.wechat_paymentconfig.dashboard_wechat_individual_daily_limit+'</p>' + '<p>Max amount of individual limit Daily:'+$scope.wechat_paymentconfig['payment.wechat.individual_daily_limit']+'</p>' +
'<p>Max amount of individual limit yearly:'+$scope.wechat_paymentconfig.dashboard_wechat_individual_yearly_limit+'</p>'+ '<p>Max amount of individual limit yearly:'+$scope.wechat_paymentconfig['payment.wechat.individual_yearly_limit']+'</p>'+
'</div>'); '</div>');
}) })
} }

Loading…
Cancel
Save