|
@@ -444,7 +444,7 @@
|
|
|
})
|
|
|
}
|
|
|
}
|
|
|
- function signPdf(res) {
|
|
|
+ function signPdf(res2) {
|
|
|
const certEncode = "";
|
|
|
const tbs = utf8_to_b64(signDigest);
|
|
|
const _tsaURL = "http://tsa.cnca.net/NETCATimeStampServer/TSAServer.jsp";
|
|
@@ -464,7 +464,7 @@
|
|
|
tsaURL: _tsaURL,
|
|
|
includeCertOption: _includeCertOption//整数 包含证书的标识
|
|
|
};
|
|
|
- const curr_res = res;
|
|
|
+ const curr_res = res2;
|
|
|
NetcaPKI.signedDataSign(params)
|
|
|
.Then(function (res) {
|
|
|
_self.text('签名中,请勿关闭本页...');
|
|
@@ -505,7 +505,7 @@
|
|
|
++curr_sign_page;
|
|
|
setTimeout(function () {
|
|
|
successGetCertEncodeCallBack(curr_res);
|
|
|
- }, 3000);
|
|
|
+ }, 2000);
|
|
|
}
|
|
|
}, function () {
|
|
|
_self.attr('disabled', false);
|