From 32c0d229cd906e2765539ca9b28b627eb152e21b Mon Sep 17 00:00:00 2001 From: liuxinxin Date: Mon, 4 Nov 2019 15:14:38 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90R=E3=80=91=E8=87=AA=E5=8A=A9=E8=BF=9B?= =?UTF-8?q?=E4=BB=B6=E4=B8=9A=E5=8A=A1=E6=8E=A5=E5=8F=A3=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../merchantapplication/merchant_application.js | 3 +-- .../templates/agreement_signature_dialog.html | 12 +++++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/main/ui/static/merchantapplication/merchant_application.js b/src/main/ui/static/merchantapplication/merchant_application.js index 45acc78d3..d531aab03 100644 --- a/src/main/ui/static/merchantapplication/merchant_application.js +++ b/src/main/ui/static/merchantapplication/merchant_application.js @@ -704,7 +704,7 @@ backdrop: false, templateUrl: '/static/payment/partner/templates/agreement_signature_dialog.html', controller: 'agreementSignDialogCtrl', - size: 'md' + size: 'lg' }).result.then(function (result) { $scope.confirmBtn = true; $scope.signItBtn = false; @@ -739,7 +739,6 @@ delete $scope.logoProgress; $scope.changeChoose(4); }, function (resp) { - debugger; document.getElementById('loading').style.display = "none"; document.getElementById('loading_logo').style.display = "none"; delete $scope.logoProgress; 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 d9f8cac48..c6da33664 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 @@ -4,6 +4,11 @@ .dialog{ font-size: 17px; } + + .modal-lg{ + width: 60%; + } + @@ -12,7 +17,12 @@
- (* Please sign here) + You are signing the agreement, and the merchant will be officially opened after you submit your signature +
+ 您正在签署协议,签名提交后正式开通商户。 +
+
+ (* Please sign here\请在此签名)