From 21033eaf9f9a58a1d274ca14551733dd2323c95b Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Fri, 23 May 2025 10:48:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=92=A4=E5=9B=9E=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/templates/weibo/show_detail.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/view/templates/weibo/show_detail.html b/view/templates/weibo/show_detail.html index f8c4d22..23898b3 100644 --- a/view/templates/weibo/show_detail.html +++ b/view/templates/weibo/show_detail.html @@ -24,12 +24,7 @@ </head> <body> - <input type="hidden" name="" id="wid" wid="{$wid}"> - <!-- <iframe src="https://m.weibo.cn/detail/{$wid}" frameborder="0"></iframe> --> - <script> - var wid = $('#wid').attr('wid') - window.location.href = 'https://m.weibo.cn/detail/' + wid; - </script> + <iframe src="https://m.weibo.cn/detail/{$wid}" frameborder="0"></iframe> </body> </html> \ No newline at end of file