Commit 310265d1 authored by JingChao's avatar JingChao

Update hlsUtil.md

parent ab387518
...@@ -119,7 +119,7 @@ APP开发会出现很多功能相同的函数和组件,现封装了很多公 ...@@ -119,7 +119,7 @@ APP开发会出现很多功能相同的函数和组件,现封装了很多公
```javascript ```javascript
function selectedDate() { function selectedDate() {
hlsUtil.selectedDate(function (date) { hlsUtil.selectedDate('','',function (date) {
alert(date.format('yyyy-MM-dd')); alert(date.format('yyyy-MM-dd'));
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment