update
This commit is contained in:
@@ -21,14 +21,9 @@
|
||||
</script>
|
||||
<script>
|
||||
function onButton(){
|
||||
getLiveVideoList({
|
||||
success:function(json){
|
||||
console.log(json)
|
||||
},
|
||||
error:function(error){
|
||||
|
||||
}
|
||||
|
||||
getLiveVideoList()
|
||||
.then(data=>{
|
||||
console.log(data)
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user