Browse Source

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

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

7
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>
Loading…
Cancel
Save