<?php if (!defined('THINK_PATH')) exit(); /*a:4:{s:85:"/www/wwwroot/stationery/public/../application/index/view/wanlshop/entry/stepfour.html";i:1731323822;s:66:"/www/wwwroot/stationery/application/index/view/layout/default.html";i:1725591948;s:63:"/www/wwwroot/stationery/application/index/view/common/meta.html";i:1725591948;s:65:"/www/wwwroot/stationery/application/index/view/common/script.html";i:1725591948;}*/ ?>
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
<title><?php echo htmlentities((isset($title) && ($title !== '')?$title:'') ?? ''); ?> – <?php echo htmlentities($site['name'] ?? ''); ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="renderer" content="webkit">

<?php if(isset($keywords)): ?>
<meta name="keywords" content="<?php echo htmlentities($keywords ?? ''); ?>">
<?php endif; if(isset($description)): ?>
<meta name="description" content="<?php echo htmlentities($description ?? ''); ?>">
<?php endif; ?>

<link rel="shortcut icon" href="/assets/img/favicon.ico" />

<link href="/assets/css/frontend<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.css?v=<?php echo htmlentities(\think\Config::get('site.version') ?? ''); ?>" rel="stylesheet">

<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
  <script src="/assets/js/html5shiv.js"></script>
  <script src="/assets/js/respond.min.js"></script>
<![endif]-->
<script type="text/javascript">
    var require = {
        config: <?php echo json_encode($config ?? ''); ?>
    };
</script>

        <link href="/assets/css/user.css?v=<?php echo htmlentities(\think\Config::get('site.version') ?? ''); ?>" rel="stylesheet">
    </head>

    <body>

        <nav class="navbar navbar-white navbar-fixed-top" role="navigation">
            <div class="container">
                <div class="navbar-header">
                    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#header-navbar">
                        <span class="sr-only">Toggle navigation</span>
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                    </button>
                    <a class="navbar-brand" href="<?php echo url('/'); ?>"><?php echo htmlentities($site['name'] ?? ''); ?></a>
                </div>
                <div class="collapse navbar-collapse" id="header-navbar">
                    <ul class="nav navbar-nav navbar-right">
                        <li><a href="<?php echo url('/'); ?>"><?php echo __('Home'); ?></a></li>
                        <li class="dropdown">
                            <?php if($user): ?>
                            <a href="<?php echo url('user/index'); ?>" class="dropdown-toggle" data-toggle="dropdown">
                                <span class="avatar-img"><img src="<?php echo cdnurl(htmlentities($user['avatar'] ?? '') ?? ''); ?>" alt=""></span>
                                <span class="visible-xs-inline-block" style="padding:5px;"><?php echo $user['nickname']; ?> <b class="caret"></b></span>
                            </a>
                            <?php else: ?>
                            <a href="<?php echo url('user/index'); ?>" class="dropdown-toggle" data-toggle="dropdown"><?php echo __('Member center'); ?> <b class="caret"></b></a>
                            <?php endif; ?>
                            <ul class="dropdown-menu">
                                <?php if($user): ?>
                                <li><a href="<?php echo url('user/index'); ?>"><i class="fa fa-user-circle fa-fw"></i><?php echo __('User center'); ?></a></li>
                                <li><a href="<?php echo url('user/profile'); ?>"><i class="fa fa-user-o fa-fw"></i><?php echo __('Profile'); ?></a></li>
                                <li><a href="<?php echo url('user/changepwd'); ?>"><i class="fa fa-key fa-fw"></i><?php echo __('Change password'); ?></a></li>
                                <li><a href="<?php echo url('user/logout'); ?>"><i class="fa fa-sign-out fa-fw"></i><?php echo __('Sign out'); ?></a></li>
                                <?php else: ?>
                                <li><a href="<?php echo url('user/login'); ?>"><i class="fa fa-sign-in fa-fw"></i> <?php echo __('Sign in'); ?></a></li>
                                <li><a href="<?php echo url('user/register'); ?>"><i class="fa fa-user-o fa-fw"></i> <?php echo __('Sign up'); ?></a></li>
                                <?php endif; ?>

                            </ul>
                        </li>
                    </ul>
                </div>
            </div>
        </nav>

        <main class="content">
            <link rel="stylesheet" href="/assets/addons/wanlshop/css/entry.css">
<div id="content-container" class="container">
	<div class="row">
		<form class="form-horizontal" role="form" data-toggle="validator" method="POST">
			<div class="wanl-entry col-md-12">
				<div class="head">
					<div class="title">
						<p>商城申请入驻</p>
					</div>
					<div class="entry-content">
						<ol class="ui-step ui-step-4">
							<li class="step-start step-done">
								<div class="ui-step-line"></div>
								<div class="ui-step-cont">
									<span class="ui-step-cont-number">1</span>
									<span class="ui-step-cont-text">注册账号</span>
								</div>
							</li>
							<li class="step-start step-done">
								<div class="ui-step-line"></div>
								<div class="ui-step-cont">
									<span class="ui-step-cont-number">2</span>
									<span class="ui-step-cont-text">主体资质</span>
								</div>
							</li>
							<li class="step-start step-done">
								<div class="ui-step-line"></div>
								<div class="ui-step-cont">
									<span class="ui-step-cont-number">3</span>
									<span class="ui-step-cont-text">店铺信息</span>
								</div>
							</li>
							<li class="step-end step-active">
								<div class="ui-step-line"></div>
								<div class="ui-step-cont">
									<span class="ui-step-cont-number">4</span>
									<span class="ui-step-cont-text">审核</span>
								</div>
							</li>
						</ol>
					</div>
				</div>
				<div class="info">
					<?php if($entry['verify'] == '2'): ?><h2>资料已提交</h2><?php endif; if($entry['verify'] == '3'): ?><h2>恭喜店铺已开通!</h2><?php endif; if($entry['verify'] == '4'): ?><h2>审核失败!</h2><?php endif; ?>
					<table class="table table-bordered" style="margin-top: 30px;">
						<tbody>
							<tr>
								<th scope="row">主体名称(<?php echo $entry['state']==0?'个人':'企业'; ?>)</th>
								<td><?php echo $entry['name']; ?></td>
							</tr>
							<tr>
								<th scope="row">主体证件</th>
								<td><?php echo $entry['number']; ?></td>
							</tr>
							<tr>
								<th scope="row">手机号</th>
								<td><?php echo $entry['mobile']; ?></td>
							</tr>
							<tr>
								<th scope="row">店铺名</th>
								<td><?php echo $entry['shopname']; ?></td>
							</tr>
							<tr>
								<th scope="row">店铺简介</th>
								<td><?php echo $entry['bio']; ?></td>
							</tr>
							<tr>
								<th scope="row">经营地区</th>
								<td><?php echo $entry['city']; ?></td>
							</tr>
							<tr>
								<th scope="row">审核状态</th>
								<?php if($entry['verify'] == '2'): ?><td class="text-info">正在审核中..</td><?php endif; if($entry['verify'] == '3'): ?><td class="text-success">审核完成,店铺已开通!<a href="<?php echo url('/index/wanlshop/console'); ?>">店铺管理</a></td><?php endif; if($entry['verify'] == '4'): ?><td class="text-danger">审核失败:<span class="text-danger"><?php echo !empty($entry['refuse'])?$entry['refuse']:'请联系客服'; ?></span></td> <?php endif; ?>
							</tr>
						</tbody>
					</table>
				</div>
				<?php if($entry['verify'] == '4'): ?>
				<div align="center">
					<div class="entry-content">
						<a href="/index/wanlshop/entry.html" class="btn btn-success btn-lg">重新提交</a>
					</div>
				</div>
				<?php endif; ?>
			</div>
		</form>
	</div>
</div>
        </main>

        <footer class="footer" style="clear:both">
            <p class="copyright">Copyright&nbsp;©&nbsp;<?php echo date("Y"); ?> <?php echo htmlentities($site['name'] ?? ''); ?> All Rights Reserved <a href="https://beian.miit.gov.cn" target="_blank"><?php echo htmlentities($site['beian'] ?? ''); ?></a></p>
        </footer>

        <script src="/assets/js/require<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.js" data-main="/assets/js/require-frontend<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.js?v=<?php echo htmlentities($site['version'] ?? ''); ?>"></script>

    </body>

</html>