Merge branch 'dev' of 47.111.118.107:/srv/git/platform

master
ELF 5 years ago
commit 0065ac66ab

@ -237,9 +237,14 @@
</div>
<?php
$qrcode = get_cover($vo['icon'],'path');
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