Commit 61e74a31 authored by christ's avatar christ

pc

parent 3f2ffac5
......@@ -150,8 +150,8 @@
<!-- </div>-->
<div class="code-box">
<img src="/data/images/bg-code2.jpg" alt="">
<div id="qrcodeImg" class="code-in">
<!-- <img id="qrcodeImg" src="//static.shenbd.com/www/index/2018/img/app-share/code2.jpg" alt="">-->
<div id="qrcodeImg" class="code-in" >
<img id="qrcodeImg" src="<?php echo $params['qrCode']."?x-oss-process=image/resize,m_fill,h_186,w_186";?>" alt="">
</div>
<p class="code-txt">长按图片识别二维码</p>
</div>
......@@ -160,11 +160,11 @@
</div>
</body>
<script>
new QRCode(document.getElementById('qrcodeImg'), {
text: '<?php echo $params['qrCode']."?x-oss-process=image/resize,m_fill,h_186,w_186";?>',
width: 250,
height: 250
});
// new QRCode(document.getElementById('qrcodeImg'), {
// text: '<?php //echo $params['qrCode']."?x-oss-process=image/resize,m_fill,h_186,w_186";?>//',
// width: 250,
// height: 250
//
// });
</script>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment