落地页更新

master
chenxiaojun 5 years ago
parent 4d918dce65
commit 0089f2a3a3

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

Loading…
Cancel
Save