diff --git a/Host/Views.Mobile/Article/Index.cshtml b/Host/Views.Mobile/Article/Index.cshtml
index c9d96a8..49cf3fd 100644
--- a/Host/Views.Mobile/Article/Index.cshtml
+++ b/Host/Views.Mobile/Article/Index.cshtml
@@ -38,7 +38,7 @@
@if (type == 4) {
}
diff --git a/Host/Views.Mobile/Product/Http.cshtml b/Host/Views.Mobile/Product/Http.cshtml
index cfa4c92..ea34d22 100644
--- a/Host/Views.Mobile/Product/Http.cshtml
+++ b/Host/Views.Mobile/Product/Http.cshtml
@@ -711,7 +711,6 @@
-
@@ -1149,7 +1148,7 @@ $(document).on("ready", function(e) {
$('#pay').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
diff --git a/Host/Views.Mobile/Product/Index.cshtml b/Host/Views.Mobile/Product/Index.cshtml
index 75235df..213afe6 100644
--- a/Host/Views.Mobile/Product/Index.cshtml
+++ b/Host/Views.Mobile/Product/Index.cshtml
@@ -1120,7 +1120,7 @@
$('#pay_qilin').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
diff --git a/Host/Views.Mobile/Product/Jinqiao.cshtml b/Host/Views.Mobile/Product/Jinqiao.cshtml
index 921c2e4..6c98d3d 100644
--- a/Host/Views.Mobile/Product/Jinqiao.cshtml
+++ b/Host/Views.Mobile/Product/Jinqiao.cshtml
@@ -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
diff --git a/Host/Views.Mobile/Product/Routeros.cshtml b/Host/Views.Mobile/Product/Routeros.cshtml
index fcd5d65..d6148b7 100644
--- a/Host/Views.Mobile/Product/Routeros.cshtml
+++ b/Host/Views.Mobile/Product/Routeros.cshtml
@@ -195,7 +195,6 @@
-
-
@@ -1134,7 +1133,7 @@ $(document).on("ready", function(e) {
$('#pay').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
diff --git a/Host/Views/Product/Index.cshtml b/Host/Views/Product/Index.cshtml
index f0c5ce7..7c05066 100644
--- a/Host/Views/Product/Index.cshtml
+++ b/Host/Views/Product/Index.cshtml
@@ -1167,7 +1167,6 @@
-
@@ -1489,7 +1488,7 @@
$('#pay_qilin').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
diff --git a/Host/Views/Product/Jinqiao.cshtml b/Host/Views/Product/Jinqiao.cshtml
index 75a06b7..ecf16d8 100644
--- a/Host/Views/Product/Jinqiao.cshtml
+++ b/Host/Views/Product/Jinqiao.cshtml
@@ -514,7 +514,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
diff --git a/Host/Views/Product/Routeros.cshtml b/Host/Views/Product/Routeros.cshtml
index b79cbb3..ef55a3c 100644
--- a/Host/Views/Product/Routeros.cshtml
+++ b/Host/Views/Product/Routeros.cshtml
@@ -204,7 +204,6 @@
-
-