移除不可用 qrcode 包并切换为 jquery qrcode
This commit is contained in:
@@ -522,7 +522,7 @@ p{
|
||||
$('#buy').modal('hide');
|
||||
} else if (res.code == 3) {
|
||||
$("#qrcode_s").html('');
|
||||
new QRCode(document.getElementById("qrcode_s"), {
|
||||
$("#qrcode_s").qrcode({
|
||||
text: res.data,
|
||||
width : 300,
|
||||
height : 300
|
||||
|
||||
Reference in New Issue
Block a user