当前位置:网站首页>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');
}
//
});
},
边栏推荐
猜你喜欢
随机推荐
Force Buckle: 474. Ones and zeros
The latest "Grain Academy Development Tutorial" in 2022: 10 - Front-end payment module
Has your phone ever been monitored?
你的手机曾经被监控过吗?
KingbaseGIS Jin Cang database using manual (6.3. Geometric object creation function)
LiveData : Transformations.map和 Transformations.switchMap用法
Technology feast!Huayun Data brings six topics to OpenInfra Days China
How to know the computer boot record?
【哲理】事教人
Dry goods!Towards robust test-time adaptation
Gartner's global integrated system market data tracking, hyperconverged market growth rate is the first
conda新建环境时报错NotWritableError: The current user does not have write permissions
CAD 截断线段
金仓数据库 KingbaseGIS 使用手册(6.6. 几何对象校验函数、6.7. 空间参考系函数)
2022/8/9 考试总结
直播平台怎么搭建,原生js实现编辑器撤消/恢复功能
2020年度SaaS TOP100企业名单
【云原生】Kubernetes编排工具精讲
framework源码读后感
完全背包理论









