|
|
@ -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> |