add: countUp library
parent
a260b190fc
commit
7699baeb8e
|
|
@ -121,6 +121,10 @@
|
||||||
{
|
{
|
||||||
"title": "二维码",
|
"title": "二维码",
|
||||||
"href": "pages/tripartite/qrcode.html"
|
"href": "pages/tripartite/qrcode.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "让数字动起来",
|
||||||
|
"href": "pages/tripartite/countUp.html"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -236,7 +236,7 @@ layui.define(["element", "jquery"], function (exports) {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 递归生成菜单
|
* 递归生成菜单
|
||||||
* @param data 数据
|
* @param data 数据
|
||||||
* @param tabID 设置lay-id使用
|
* @param tabID 设置lay-id使用
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue