getById($id); if (!empty($row['url'])) { header('Location: ' . $row['url']); } $row = istripslashes($row); $title = $row['title']; if ('android' == $_W['os'] && 'wechat' == $_W['container'] && $_W['account']['account']) { $subscribeurl = "weixin://profile/{$_W['account']['account']}"; } else { $subscribeurl = table('account_wechats')->where(array('uniacid' => intval($_W['uniacid'])))->getcolumn('subscribeurl'); } include $this->template('detail'); } }