添加了请求接口

This commit is contained in:
2020-09-16 18:35:21 +08:00
parent e96fcf28a9
commit 6e40ae0daa
2 changed files with 9 additions and 0 deletions

View File

@@ -73,6 +73,9 @@ export default {
},
methods:{
zhibo(){
this.$u.api.countLiveBrowse({live_id:this.zid}).then((res)=>{
console.log(JSON.stringify(res),77)
})
this.$u.route({
url:"/pages/zhibo/index",
params:{
@@ -81,6 +84,7 @@ export default {
rid:this.rid
}
})
},
articleAddShield() {
console.log(this.item)