<?php $__env->startSection('head'); ?>
    @parent
<?php $__env->startSection('title','2018南京大牌档南马跑团招募中'); ?>
<style>
    /*.wrapper {*/
        /*position: fixed;*/
        /*top: 0;*/
        /*left: 0;*/
        /*right: 0;*/
        /*background-color: #fff3cd;*/
        /*background-image: url(/static/img/haibao.jpg) !important;*/
        /*background-size: 100% 100%;*/
        /*background-repeat: no-repeat;*/
    /*}*/
</style>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('main-content'); ?>
    <img src="/static/img/haibao.jpg" style="width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;">
    <div class="haibao">
        <div id="personal_avatar">
            <img src="/<?php echo e($detail['avatar']); ?>">
        </div>
        <div id="qrcode"></div>
    </div>
<?php $__env->startSection('script'); ?>
    @parent
    <script>
        let domain = '<?php echo e($detail['domain']); ?>',
            id = '<?php echo e($detail['id']); ?>',
            personal_address = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxb04b16b6be025e98&redirect_uri=" + domain + "personal/" + id + "&response_type=code&scope=snsapi_base&state=123#wechat_redirect";
    </script>
    <script src="/static/js/qrcode/qrcode.js"></script>
    <script src="/static/js/html2canvas/html2canvas.js"></script>
    <script src="/static/js/web.js?vt=<?php echo e(time()); ?>"></script>
<?php $__env->stopSection(); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('web.base', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>