Browse Source

Merge pull request '撤回版本' (#43) from zq-href into master

Reviewed-on: #43
master
zhangqi 1 day ago
parent
commit
def9ecab50
  1. 7
      view/templates/weibo/show_detail.html

7
view/templates/weibo/show_detail.html

@ -24,12 +24,7 @@
</head> </head>
<body> <body>
<input type="hidden" name="" id="wid" wid="{$wid}"> <iframe src="https://m.weibo.cn/detail/{$wid}" frameborder="0"></iframe>
<!-- <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>
</body> </body>
</html> </html>
Loading…
Cancel
Save