| | |
| | | newDiv.style.backgroundSize= '100% 100%' |
| | | newDiv.style.cursor= 'pointer' |
| | | var firstChild = document.body.firstChild; |
| | | const url = `https://dmx.jinmingyuan.com:8999/ly_app?userId=`+ userId + '&knowId=' + knowId |
| | | const url = `http://61.168.99.48:8055/ly_app/?userId=`+ userId + '&knowId=' + knowId |
| | | var iframe = '' |
| | | document.body.insertBefore(newDiv, firstChild); |
| | | newDiv.addEventListener('click', ()=> { |
| | |
| | | iframe = '' |
| | | } else { |
| | | iframe = document.createElement("iframe"); |
| | | iframe.src = url || window.location.origin + '/ly_app?userId=' + userId + '&knowId=' + knowId; |
| | | iframe.src = url || window.location.origin + '/ly_app/?userId=' + userId + '&knowId=' + knowId; |
| | | iframe.style.width="430px" |
| | | iframe.style.height="90%" |
| | | iframe.style.position = 'fixed' |
| | |
| | | iframe.style.border = '0' |
| | | iframe.style.boxShadow = '0 0 10px #e4e4e4' |
| | | iframe.style.borderRadius = '12px' |
| | | document.body.appendChild(iframe); |
| | | document.body.appendChild(iframe); |
| | | } |
| | | }) |
| | | } |