当前位置:网站首页>New window Display Agreement
New window Display Agreement
2022-08-10 00:56:00 【tiankongxiao】
handleUpdateAgreement() {
var temp = {
bidderSetmealId: this.multipleSelection[0].id,
}
const data = {
url: "@ViewBag.agreementUrl",
postData: JSON.stringify(temp)
post ) }
.then(res => {
console.log("heong", res.data.code)
if (res.data.code == 1000) {
Let html = ''
Let cardback = res.data.data.idcardback;
Let cardfront = res.data.data.idcardfront;
html = '
' '
'
' < /div> ';
var result = res.data.data.content + html;
let myWindow = window.open('', '', 'width:100%,height:100%');
myWindow.document.write(result) //info is a string of html
} else {
this.$message.error('Operation failed');
}
//
});
},
边栏推荐
猜你喜欢
随机推荐
LeetCode952三部曲之三:再次优化(122ms -> 96ms,超51% -> 超91%)
【集训DAY3】中位数
Force Buckle: 474. Ones and zeros
直播app开发搭建,flutter 实现自适应、自动换行、相对布局
2022-08-09 mysql/stonedb-慢SQL-Q16分析
ALV报表总结2022.8.9
工程 (七) ——PolarSeg点云语义分割
软考 --- 软件工程(7)软件项目管理(下)
防火墙之系统防护
[Interface Test] Decoding the request body string of the requests library
干货!迈向鲁棒的测试时间适应
CAD 截断线段
Sqlserver限制账户在哪些ip下才可以访问数据库
伦敦银行情中短线的支撑和阻力位
Wireshark经典实践和面试13点总结
什么是平面文件数据库? 如何导入多种格式的文件:DSV、JSON、XML?
ES6 从入门到精通 # 15:生成器 Generator 的用法
技术盛宴!华云数据携六大议题亮相OpenInfra Days China
探索TiDB Lightning源码来解决发现的bug
测试2年,当时身边一起入行的朋友已经月薪20k了,自己还没过万,到底差在了哪里?