UNPKG

h5-cli

Version:

hello

44 lines (43 loc) 1.82 kB
<!DOCTYPE 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.1003"/> <link rel="dns-prefetch" href="//s.yuantutech.com" /> <link rel="dns-prefetch" href="//api.yuantutech.com" /> <title>选择医生</title> <link rel="stylesheet" type="text/css" href="//daily.yuantutech.com/yuantu/h5-cli/1.12.0/component/frozen.css"> <style type="text/css"> .ui-list > li a{ display:box; display: -webkit-box; color:#000; width:100%; } </style> </head> <body> <div class="page-sections"> <div class="page wait" id="J_Page"> <div id="J_DoctorList"> <section class="ui-notice" > <i></i> <p>科室暂时没有排班医生</p> </section> </div> </div> </div> <script charset="utf-8" src="//daily.yuantutech.com/yuantu/h5-cli/1.12.0/??libs/zepto.js,libs/sea.js,libs/seajs-combo.js,config.js,libs/windvane.js,libs/punycode.js,libs/querystring.js,libs/vTemplate.js,component/VModule.js,component/PageModule.js,libs/md5.js,libs/io.js,libs/url.js,libs/util.js,libs/juicer.js,libs/cache.js"></script> <script async src="https://s.yuantutech.com/yuantu/spm/1.0.17/??spm.js,track.js,view.js"></script> <script> seajs.use("pages/select-doctor", function(){ seajs.use("libs/fastclick"); }); </script> </body> </html>