diff --git a/src/main/ui/static/merchantapplication/merchant_application.js b/src/main/ui/static/merchantapplication/merchant_application.js index 41cd82057..d97e167cd 100644 --- a/src/main/ui/static/merchantapplication/merchant_application.js +++ b/src/main/ui/static/merchantapplication/merchant_application.js @@ -783,6 +783,7 @@ }]); app.controller('agreementSignDialogCtrl', ['$scope', '$http', 'commonDialog', function ($scope, $http, commonDialog) { + $scope.registering = true; $scope.submitSign = function (fullName) { var sign = $("#signature").jSignature('getData', 'image'); var signInfo = {}; diff --git a/src/main/ui/static/payment/partner/templates/agreement_signature_dialog.html b/src/main/ui/static/payment/partner/templates/agreement_signature_dialog.html index c6da33664..f4bcc46d2 100644 --- a/src/main/ui/static/payment/partner/templates/agreement_signature_dialog.html +++ b/src/main/ui/static/payment/partner/templates/agreement_signature_dialog.html @@ -17,11 +17,13 @@
- You are signing the agreement, and the merchant will be officially opened after you submit your signature -
- 您正在签署协议,签名提交后正式开通商户。 -
-
+
+ You are signing the agreement, and the merchant will be officially opened after you submit your signature +
+ 您正在签署协议,签名提交后正式开通商户。 +
+
+
(* Please sign here\请在此签名)