1 Star 0 Fork 1

steven.mo/e.app

forked from Kitty叔叔/e.app 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tel-consult.html 2.38 KB
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<title>My App</title>
<!-- Path to Framework7 Library CSS-->
<link rel="stylesheet" href="css/framework7.ios.min.css">
<link rel="stylesheet" href="css/framework7.ios.colors.min.css">
<!-- Path to your custom app styles-->
<link rel="stylesheet" href="css/icons/iconfont.css">
<link rel="stylesheet" href="css/my-app.css">
</head>
<body>
<!-- Views-->
<div class="views consult" id="app">
<!-- Your main view, should have "view-main" class-->
<div class="view view-main">
<!-- Pages, because we need fixed-through navbar and toolbar, it has additional appropriate classes-->
<div class="pages">
<!-- Page, data-page contains page name-->
<div data-page="tel-consult" class="page">
<!-- Scrollable page content-->
<div class="page-content">
<div class="content-block">
<template v-for="item in historyService.servicePhone">
<div class="card signet">
<div class="card-header">
电话咨询
<span class="badge badge-inverted badge-warning">{{item.status
}}</span>
</div>
<div class="card-content">
<div class="card-content-inner">
拨打时间:{{item.makeTime}}
</div>
</div>
<div class="card-footer">4月11日 | 骨折 | 小白</div>
</div>
</template>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Path to Framework7 Library JS-->
<script type="text/javascript" src="js/framework7.min.js"></script>
<!-- Path to your app js-->
<script type="text/javascript" src="js/my-app.js"></script>
<script type="text/javascript" src="js/vue.js"></script>
<script type="text/javascript" src="js/config.js"></script>
<script type="text/javascript" src="js/my-services.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/steven.mo/e.app.git
git@gitee.com:steven.mo/e.app.git
steven.mo
e.app
e.app
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385