<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>温馨提示</title>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
    <link rel="stylesheet" href="https://dist.jiain.net/mall/css/weui.min.css">
    <link rel="stylesheet" href="https://dist.jiain.net/mall/css/jquery-weui.css">
</head>
<body>


<div  class="container">
    <div class="page home js_show">
        <div class="page__bd page__bd_spacing">
            <div class="weui-msg"  id="error" style="margin: 0 auto;width:300px">
                <img style="width: 100%" src="https://dist.jiain.net/mall/images/warn.jpg">
                <div style="left: 0;right: 0;color: #2e5188;margin-top: -80px;font-weight: 800">0</div>
            </div>
        </div>
    </div>
</div>

<script>
    var CONFIG = {
        INDEX_ID:null,
        PROMOTE : null,
        COMP_ID:0
    }
    var redirect = function () {
        location.href = "/mall/index/" + CONFIG.INDEX_ID +"?promote=" + CONFIG.PROMOTE
    }
</script>
</body>
</html>