add: countUp library

master
zhizou 2019-07-29 09:59:05 +08:00
parent a260b190fc
commit 7699baeb8e
2 changed files with 5 additions and 1 deletions

View File

@ -121,6 +121,10 @@
{ {
"title": "二维码", "title": "二维码",
"href": "pages/tripartite/qrcode.html" "href": "pages/tripartite/qrcode.html"
},
{
"title": "让数字动起来",
"href": "pages/tripartite/countUp.html"
} }
] ]
}, },

View File

@ -236,7 +236,7 @@ layui.define(["element", "jquery"], function (exports) {
}; };
/** /**
* 递归生成菜单 * 递归生成菜单
* @param data 数据 * @param data 数据
* @param tabID 设置lay-id使用 * @param tabID 设置lay-id使用
*/ */