wait.phtml 819 Bytes
{{> cuxiao/yuanxiao/header}}
    <div class="main-wrap wait">
        <div class="flower flower-l"></div>
        <div class="flower flower-r"></div>

        <div class="tip">
            正在分析你的<br>潮流运势<br>… 
        </div>

        <div class="loading">
        </div>
        <div class="hat">
        </div>

        <div class="footer">
        </div>
    </div>
    <script type="text/javascript">
        setTimeout(function (){
            location.href = '{{activityUrl}}';

            // location.href = '{{activityUrl}}?openby:yohobuy={"action":"go.h5","params":{"title":"元宵抽签","url":"{{activityUrl}}","share":"\/operations\/api\/v5\/webshare\/getShare","shareparam":{"share_id":"1"},"param":{"share_id":"1"}}}';
        }, 2000);
    </script>
{{> cuxiao/yuanxiao/footer}}