二维码推广背景

master
tping 3 years ago
parent 83cdaf7bbf
commit 98458e341b

@ -63,7 +63,8 @@ class JumpController extends HomeController
{
$isHttps = is_https();
$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";
$qrCodeImg = '';
$id = I('request.id', '');
if (!$id || $id == 'undefined') {
$this->ajaxReturn([

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 318 KiB

Loading…
Cancel
Save