mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-07 04:16:44 +08:00
feature GFRS-3645 修改一签多用签名代码逻辑
This commit is contained in:
@@ -96,6 +96,8 @@
|
||||
</style>
|
||||
<script language="JavaScript" type="text/JavaScript" charset="utf-8">
|
||||
document.onreadystatechange = setAlertTitle;
|
||||
var thiscasignindex = 0;
|
||||
var thiscasigninfo = [];
|
||||
var apiInstance;
|
||||
var fileData;
|
||||
var ocrCapture;
|
||||
@@ -426,8 +428,17 @@
|
||||
var res = document.getElementById('result');
|
||||
try {
|
||||
res.value = apiInstance.getUploadDataGram();
|
||||
thiscasigninfo.push(res.value)
|
||||
sessionStorage.setItem('thiscasigninfo',JSON.stringify(thiscasigninfo))
|
||||
sessionStorage.setItem('signH5Val',res.value)
|
||||
window.history.go(-1)
|
||||
if(thiscasignindex < 1){
|
||||
testAnySign(112321321)
|
||||
setTimeout(()=>{
|
||||
show_agreement(21)
|
||||
},100)
|
||||
}
|
||||
thiscasignindex++
|
||||
// window.history.go(-1)
|
||||
// alert("value"+res.value);
|
||||
}
|
||||
catch(err) {
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
data() {
|
||||
let isWeixin = this.$utils.device().isWeixin //判断环境
|
||||
return {
|
||||
time:'10',
|
||||
time:'2',
|
||||
radio: '',
|
||||
number: '',
|
||||
src: location.origin + '/pdfjs/web/viewer.html?file=',
|
||||
|
||||
Reference in New Issue
Block a user