Compare commits

...

2 Commits

  1. 7
      view/templates/weibo/show_detail.html

7
view/templates/weibo/show_detail.html

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