成功解决最新版腾讯QQ软件出现的二维码加载失败,请点击刷新(一步搞定!)
目录
解决问题
解决思路
解决方法
解决问题
最新版腾讯QQ软件出现的二维码加载失败,请点击刷新
解决思路
二维码灰色,无法扫描,肯定是和网络配置有关系,如果不是掉网了,那么很可能和代理有关系
解决方法
先点击右上方按钮→网络设置的《类型》选择《不使用代理》
大功告成!
default_pre .= 'list_404.htm'; break; default: $pre .= $default_pre .= theme_mode_pre(); break; } if ($config['theme']) { $conffile = APP_PATH . 'view/template/' . $config['theme'] . '/conf.json'; $json = is_file($conffile) ? xn_json_decode(file_get_contents($conffile)) : array(); } !empty($json['installed']) and $path_file = APP_PATH . 'view/template/' . $config['theme'] . '/htm/' . ($id ? $id . '_' : '') . $pre; (empty($path_file) || !is_file($path_file)) and $path_file = APP_PATH . 'view/template/' . $config['theme'] . '/htm/' . $pre; if (!empty($config['theme_child']) && is_array($config['theme_child'])) { foreach ($config['theme_child'] as $theme) { if (empty($theme) || is_array($theme)) continue; $path_file = APP_PATH . 'view/template/' . $theme . '/htm/' . ($id ? $id . '_' : '') . $pre; !is_file($path_file) and $path_file = APP_PATH . 'view/template/' . $theme . '/htm/' . $pre; } } !is_file($path_file) and $path_file = APP_PATH . ($dir ? 'plugin/' . $dir . '/view/htm/' : 'view/htm/') . $default_pre; return $path_file; } function theme_mode_pre($type = 0) { global $config; $mode = $config['setting']['website_mode']; $pre = ''; if (1 == $mode) { $pre .= 2 == $type ? 'portal_category.htm' : 'portal.htm'; } elseif (2 == $mode) { $pre .= 2 == $type ? 'flat_category.htm' : 'flat.htm'; } else { $pre .= 2 == $type ? 'index_category.htm' : 'index.htm'; } return $pre; } ?>
成功解决最新版腾讯QQ软件出现的二维码加载失败,请点击刷新(一步搞定!)
目录
解决问题
解决思路
解决方法
最新版腾讯QQ软件出现的二维码加载失败,请点击刷新
二维码灰色,无法扫描,肯定是和网络配置有关系,如果不是掉网了,那么很可能和代理有关系
先点击右上方按钮→网络设置的《类型》选择《不使用代理》
大功告成!
发布评论