|
|
@ -62,7 +62,7 @@ class JumpController extends HomeController
|
|
|
|
public function getImgs()
|
|
|
|
public function getImgs()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
$isHttps = is_https();
|
|
|
|
$isHttps = is_https();
|
|
|
|
$backgroundImg = ($isHttps? 'https://': 'http://').$_SERVER['HTTP_HOST']."/Public/Qrcode/images/b2.png";
|
|
|
|
$backgroundImg = ($isHttps? 'https://': 'http://').$_SERVER['HTTP_HOST']."/Public/Qrcode/images/b3.png";
|
|
|
|
$qrCodeImg = ($isHttps? 'https://': 'http://').$_SERVER['HTTP_HOST']."/Public/Qrcode/images/qrcode.png";
|
|
|
|
$qrCodeImg = ($isHttps? 'https://': 'http://').$_SERVER['HTTP_HOST']."/Public/Qrcode/images/qrcode.png";
|
|
|
|
$id = I('request.id', '');
|
|
|
|
$id = I('request.id', '');
|
|
|
|
if (!$id || $id == 'undefined') {
|
|
|
|
if (!$id || $id == 'undefined') {
|
|
|
|