落地页更新

master
chenxiaojun 5 years ago
parent 0089f2a3a3
commit b5a2749fc5

@ -237,12 +237,14 @@
</div>
<?php
$qrcode = get_cover($vo['icon'],'path');
$qrcodes = get_cover($vo['icon'],'path');
if (stripos($qrcode,'http') === false) {
$qrcode = C('APPLY_DOWN_DOMAIN').$qrcode;
$qrcodes = C('APPLY_DOWN_DOMAIN').$qrcode;
}
$qrcode = base64_encode(base64_encode(get_cover($vo['icon'],'path')));
?>
<div class="game-operating" style="width: 35%;">
<div class="game-operating" data-url="{$qrcodes}" style="width: 35%;">
<if condition="$promoteRole == 1">
<span class="add-game" game-id="{$vo.id}" promote-type="2" style="cursor: pointer;margin-right: 10px;"><u>添加组长游戏</u></span>
<span class="add-game" game-id="{$vo.id}" promote-type="3" style="cursor: pointer;margin-right: 10px;"><u>添加推广员游戏</u></span>

Loading…
Cancel
Save