<?php
/**
 * Created by PhpStorm.
 * User: xiaofeng
 * Date: 2018/6/11
 * Time: 下午3:12
 */
?>

<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
</head>
<body>
        <table class="table">
            <tr>
                <td>信息订阅!</td>
            </tr>
            <tr>
                <td>姓名:</td>
                <td>{$input['name']}</td>
            </tr>
            <tr>
                <td>电话:</td>
                <td>{$input['mobile']}</td>
            </tr>
            <tr>
                <td>区域:</td>
                <td>{$email['city_name']}</td>
            </tr>
            <tr>
                <td>意向楼盘:</td>
                <td>{$city['name']}</td>
            </tr>
        </table>
</body>
</html>