From 4bdcfbf04e2e280262bd57fe082edcf1d078ae5b Mon Sep 17 00:00:00 2001 From: luorijun Date: Mon, 13 Oct 2025 10:18:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=8F=AF=E7=94=A8?= =?UTF-8?q?=20qrcode=20=E5=8C=85=E5=B9=B6=E5=88=87=E6=8D=A2=E4=B8=BA=20jqu?= =?UTF-8?q?ery=20qrcode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views.Mobile/Article/Index.cshtml | 2 +- Host/Views.Mobile/Product/Http.cshtml | 3 +-- Host/Views.Mobile/Product/Index.cshtml | 2 +- Host/Views.Mobile/Product/Jinqiao.cshtml | 2 +- Host/Views.Mobile/Product/Routeros.cshtml | 3 +-- Host/Views.Mobile/User/IndexInfo.cshtml | 1 - Host/Views/Article/Index.cshtml | 2 +- Host/Views/Product/Http.cshtml | 3 +-- Host/Views/Product/Index.cshtml | 3 +-- Host/Views/Product/Jinqiao.cshtml | 2 +- Host/Views/Product/Routeros.cshtml | 3 +-- Host/Views/Product/Soft.cshtml | 5 +---- Host/Views/User/Index.cshtml | 16 ++++++++-------- 13 files changed, 19 insertions(+), 28 deletions(-) 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 @@ - -