Compare commits
No commits in common. "a60f61c3003308a710085f8d9cc626d07ab19dcd" and "e96fcf28a9de37c3397298ffd1557bb1828a950a" have entirely different histories.
a60f61c300
...
e96fcf28a9
@ -374,11 +374,6 @@ export default {
|
|||||||
recordAppOpenTimes({appversion,device_type}){
|
recordAppOpenTimes({appversion,device_type}){
|
||||||
// appversion=1.0.0&device_type=android/ios
|
// appversion=1.0.0&device_type=android/ios
|
||||||
return vm.$u.post("Member/recordAppOpenTimes",{appversion,device_type})
|
return vm.$u.post("Member/recordAppOpenTimes",{appversion,device_type})
|
||||||
},
|
|
||||||
//统计直播间浏览次数
|
|
||||||
// https://mall.dmygkeji.com/api/Live/countLiveBrowse?live_id=1
|
|
||||||
countLiveBrowse({live_id}){
|
|
||||||
return vm.$u.post("Live/countLiveBrowse",{live_id})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -73,9 +73,6 @@ export default {
|
|||||||
},
|
},
|
||||||
methods:{
|
methods:{
|
||||||
zhibo(){
|
zhibo(){
|
||||||
this.$u.api.countLiveBrowse({live_id:this.zid}).then((res)=>{
|
|
||||||
console.log(JSON.stringify(res),77)
|
|
||||||
})
|
|
||||||
this.$u.route({
|
this.$u.route({
|
||||||
url:"/pages/zhibo/index",
|
url:"/pages/zhibo/index",
|
||||||
params:{
|
params:{
|
||||||
@ -84,7 +81,6 @@ export default {
|
|||||||
rid:this.rid
|
rid:this.rid
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
},
|
},
|
||||||
articleAddShield() {
|
articleAddShield() {
|
||||||
console.log(this.item)
|
console.log(this.item)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user