h5-cli
Version:
hello
25 lines (24 loc) • 921 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" name="viewport" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-touch-fullscreen" content="yes" />
<meta name="format-detection" content="telephone=no" />
<meta name="spm-id" content="100.1002"/>
<link rel="stylesheet" type="text/css" href="//{cnd_domain}/yuantu/smart-ui/{smart_ui_version}/css/smart-ui.css">
<!--<title>选择预约/挂号类型</title>-->
<title>选择科室</title>
<script>
window.location.href = window.location.href.replace("type=0", "regMode=1")
.replace("type=1", "regMode=2")
.replace("reg-type.html", "sections.html");
</script>
</head>
<body>
<div class="page" id="root">
</div>
</body>
</html>