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