Merge branch 'dev'

master
ELF 5 years ago
commit 89c1f8d842

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

Loading…
Cancel
Save