Merge pull request '二维码推广背景' (#517) from feature/qrcode_promotion into master

Reviewed-on: http://8.136.139.249:3000/wmtx/platform/pulls/517
master
廖金灵 3 years ago
commit 5d973eef0f

@ -63,7 +63,8 @@ class JumpController extends HomeController
{ {
$isHttps = is_https(); $isHttps = is_https();
$backgroundImg = ($isHttps? 'https://': 'http://').$_SERVER['HTTP_HOST']."/Public/Qrcode/images/b3.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";
$qrCodeImg = '';
$id = I('request.id', ''); $id = I('request.id', '');
if (!$id || $id == 'undefined') { if (!$id || $id == 'undefined') {
$this->ajaxReturn([ $this->ajaxReturn([

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 318 KiB

Loading…
Cancel
Save