45265470f11720af18a35c0d346d123e.php 3.1 KB
<?php if (!defined('THINK_PATH')) exit(); /*a:1:{s:47:"themes/simpleboot3/user/comment/look_jindu.html";i:1533064686;}*/ ?>
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta content="yes" name="apple-mobile-web-app-capable">
    <meta content="yes" name="apple-touch-fullscreen">
    <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,maximum-scale=1, minimum-scale=1, user-scalable=no">
    <title>查看进度</title>
    <link rel="stylesheet" href="/static/css/common.css">
    <link rel="stylesheet" href="/static/css/style.css">
</head>
<body style="background-color: #f6f6f6;">
<div class="box">
    <div class="Myorder">
        <div class="orderList">
            <h1>
                <b><?php echo yuyue_status_name($yuyue['status']); ?></b>
                <i><?php echo $yuyue['yuyue_day1']; ?></i>
            </h1>
            <div class="yList_info">
                <img src="<?php echo $yuyue['headimgurl']; ?>" class="yu_user_head"/>
                <div class="yu_user_info">
                    <b class="user_name"><?php echo $yuyue['user_nickname']; ?></b>
                    <i class="user_fun"><?php echo $yuyue['gname']; ?></i>
                </div>
                <div class="yu_date">
                    <b class="yu_week"><?php echo $yuyue['yuyue_week']; ?></b>
                    <i class="yu_times"><?php echo $yuyue['yuyue_hour1']; ?></i>
                </div>
            </div>
            <div class="order_details">
                <a href="tel:/<?php echo $yuyue['mobile']; ?>">
                    <img src="/static/image/tell_stu.png">
                </a>
            </div>
        </div>
    </div>
    <div class="ping_show study_detail">
        <div class="ping_title">
            <img src="/static/image/ping_icon.png"/>
            <b>学车情况</b>
        </div>


        <?php if(empty($cdata) || (($cdata instanceof \think\Collection || $cdata instanceof \think\Paginator ) && $cdata->isEmpty())): ?>
            <div class="no_yuyue">
                暂无评价
            </div>
            <?php else: if(is_array($cdata) || $cdata instanceof \think\Collection || $cdata instanceof \think\Paginator): $i = 0; $__LIST__ = $cdata;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?>
                <div class="studyList">
                    <h1><?php echo $vo['comment']; ?></h1>
                    <h2>
                        <b><?php echo $vo['user_nickname']; ?></b>
                        <i><?php echo date('Y-m-d',$vo['create_time']); ?></i>
                    </h2>
                </div>
            <?php endforeach; endif; else: echo "" ;endif; endif; ?>
    </div>
</div>


<script type="text/javascript" src="/static/js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="/static/js/common.js"></script>
<script type="text/javascript" src="/static/js/study_car.js"></script>
<script>

</script>
</body>
</html>