Blame view

doraemon/views/partial/common/suspend-home.hbs 342 Bytes
沈志敏 authored
1 2 3 4 5 6 7 8 9
<div id="suspend-home" class="suspend-home hide">
    <a href="{{@root.indexUrl}}">
        <span class="iconfont">&#xe62a;</span>
    </a>
</div>
<script type="text/javascript">
    var isWechat = /micromessenger/i.test(navigator.userAgent || '');
    if (isWechat) document.getElementById('suspend-home').classList.remove('hide');
</script>