落地页更新

master
chenxiaojun 5 years ago
parent b1ac9c6667
commit 385d493bf7

@ -237,9 +237,14 @@
</div>
<?php
$qrcode = get_cover($vo['icon'],'path');
if (stripos($qrcode,'.com') === false) {
$qrcode = 'http://'.C('APPLY_DOWN_DOMAIN').$qrcode;
if (stripos($qrcode,'http') === false) {
if (stripos($qrcode,'.com') === false) {
$qrcode = 'http://'.C('APPLY_DOWN_DOMAIN').$qrcode;
} else {
$qrcode = 'http://'.$qrcode;
}
}
$qrcode = base64_encode(base64_encode(get_cover($vo['icon'],'path')));
?>
<div class="game-operating" style="width: 35%;">

Loading…
Cancel
Save