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

Reviewed-on: http://8.136.139.249:3000/wmtx/platform/pulls/516
master
廖金灵 3 years ago
commit fbfb8844bf

@ -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') {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Loading…
Cancel
Save