【R】自助进件业务接口开发

master
liuxinxin 5 years ago
parent 8ed8bef8f6
commit 32c0d229cd

@ -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;

@ -4,6 +4,11 @@
.dialog{
font-size: 17px;
}
.modal-lg{
width: 60%;
}
</style>
<!--<div class="modal-header bg-green">-->
<!-- <h4 style="text-align: center">Sign</h4>-->
@ -12,7 +17,12 @@
<div class="row dialog">
<div class="container-fluid">
<div class="" style="overflow-x: auto;">
<span style="color:#f39c12">* Please sign here</span>
<span style="font-size: 150%">You are signing the agreement, and the merchant will be officially opened after you submit your signature</span>
<br/>
<span style="font-size: 150%">您正在签署协议,签名提交后正式开通商户。</span>
<br/>
<br/>
<span style="color:#f39c12;font-size: 150%;">* Please sign here\请在此签名)</span>
<div id="signatureparent" class="sign">
<div id="signature" style="border:1px solid black;background-color: white; lineWidth:5; color: black "></div>
<div style="float:right">

Loading…
Cancel
Save