10 Star 21 Fork 4

我的企业 / taomiaosha

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
background.html 965 Bytes
一键复制 编辑 原始数据 按行查看 历史
yysf 提交于 2014-11-06 23:42 . 我的初始提交
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>背景页</title>
<script type="text/javascript" src="assets/js/zepto.min.js"></script>
</head>
<body>
<ul id="shopsdiv">
</ul>
<script id="tpl" type="text/template">
<li>开始时间${startTimeStr}-->结束时间${endTimeStr}</li>
{@each goods as it,index}
<li>秒杀开始时间${it.timeStr}</li>
{@each it.data as shop,inde}
<li>
<div class="shop_img"><img src="${shop.img}" width="80" height="80"/></div>
<div>
<div>
<a href="${shop.link}">${shop.name}</a>
<p>来自${shop.from}--秒杀价格:${price}--商品价格${shop.costPrice}</p>
</div>
</div>
</li>
{@/each}
{@/each}
</script>
<script type="text/javascript" src="assets/js/background.js"></script>
</body>
</html>
JavaScript
1
https://gitee.com/yysf-xin/taomiaosha.git
git@gitee.com:yysf-xin/taomiaosha.git
yysf-xin
taomiaosha
taomiaosha
master

搜索帮助