From 278cf9604188e81b4c45698ecde6873f5d44b330 Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期三, 21 五月 2025 21:39:02 +0800 Subject: [PATCH] 是是是 --- ruoyi-ui/src/views/qrcode/pdfShow.vue | 21 ++++++++++++++++++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/qrcode/pdfShow.vue b/ruoyi-ui/src/views/qrcode/pdfShow.vue index cef1d53..f9b7ee3 100644 --- a/ruoyi-ui/src/views/qrcode/pdfShow.vue +++ b/ruoyi-ui/src/views/qrcode/pdfShow.vue @@ -18,7 +18,7 @@ </div> --> <el-dialog - v-if="msk"> + :visible.sync="msk" > <p class="op65">鐐瑰嚮鍙充笂瑙掓寜閽紝鐒跺悗鍦ㄥ脊鍑虹殑鑿滃崟涓紝鐐瑰嚮鍦ㄦ祻瑙堝櫒涓墦寮�锛屽嵆鍙笅杞借棰�</p> </el-dialog> @@ -88,10 +88,11 @@ } }, handleDownload(url) { - +alert(90) if (this.is_weixin()) { - //alert(123) + alert(123) this.msk = true + window.location.href = "www.bendudu.com" } else{ this.msk = false; @@ -127,4 +128,18 @@ .psf{ margin-right: 20px; } + + .block { + width: 100%; + height: 400px; + background-color: gray; + background-image: url("/live_weixin.png");//榛樿璺姴涓簆ublic涓� + background-size: 100% 100%; + } + .blocks { + width: 100%; + height: 400px; + background-color: gray; + background-size: 100% 100%; + } </style> -- Gitblit v1.9.1