【R】签订合同弹窗fix

master
liuxinxin 5 years ago
parent 78ddd81bbc
commit 8a363e3ed6

@ -783,6 +783,7 @@
}]); }]);
app.controller('agreementSignDialogCtrl', ['$scope', '$http', 'commonDialog', function ($scope, $http, commonDialog) { app.controller('agreementSignDialogCtrl', ['$scope', '$http', 'commonDialog', function ($scope, $http, commonDialog) {
$scope.registering = true;
$scope.submitSign = function (fullName) { $scope.submitSign = function (fullName) {
var sign = $("#signature").jSignature('getData', 'image'); var sign = $("#signature").jSignature('getData', 'image');
var signInfo = {}; var signInfo = {};

@ -17,11 +17,13 @@
<div class="row dialog"> <div class="row dialog">
<div class="container-fluid"> <div class="container-fluid">
<div class="" style="overflow-x: auto;"> <div class="" style="overflow-x: auto;">
<span style="font-size: 150%">You are signing the agreement, and the merchant will be officially opened after you submit your signature</span> <div ng-if="registering">
<br/> <span style="font-size: 150%">You are signing the agreement, and the merchant will be officially opened after you submit your signature</span>
<span style="font-size: 150%">您正在签署协议,签名提交后正式开通商户。</span> <br/>
<br/> <span style="font-size: 150%">您正在签署协议,签名提交后正式开通商户。</span>
<br/> <br/>
<br/>
</div>
<span style="color:#f39c12;font-size: 150%;">* Please sign here\请在此签名)</span> <span style="color:#f39c12;font-size: 150%;">* Please sign here\请在此签名)</span>
<div id="signatureparent" class="sign"> <div id="signatureparent" class="sign">
<div id="signature" style="border:1px solid black;background-color: white; lineWidth:5; color: black "></div> <div id="signature" style="border:1px solid black;background-color: white; lineWidth:5; color: black "></div>

Loading…
Cancel
Save