当前位置:网站首页>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');
            }

          //
        });

    },

原网站

版权声明
本文为[tiankongxiao]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/222/202208092246401318.html