移除不可用 qrcode 包并切换为 jquery qrcode
This commit is contained in:
@@ -225,14 +225,11 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script type="text/javascript" src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/qrcodejs/1.0.0/qrcode.min.js"></script>
|
||||
|
||||
<script>
|
||||
|
||||
$("#ios_cc").hover(function(){
|
||||
$("#qrcode_s").html('');
|
||||
new QRCode(document.getElementById("qrcode_s"), {
|
||||
$("#qrcode_s").qrcode({
|
||||
text: 'https://apps.apple.com/cn/app/jie-zou-da-shi/id1448657437',
|
||||
width : 500,
|
||||
height : 500
|
||||
|
||||
Reference in New Issue
Block a user