xbx #44

Merged
theluyuan merged 2 commits from xbx into master 2020-08-13 03:37:40 +00:00
Showing only changes of commit e4f917a9cf - Show all commits

View File

@ -364,7 +364,7 @@
room:{},
chatRoomService:{},
danmulist:[],
zhibo:false,
zhibo:true,
jieshu:{},
renshumax:0
},
@ -578,6 +578,12 @@
});
},
closes(){
if(!this.zhibo){
uni.switchTab({
url: '/pages/index/index'
});
return ;
}
const token = uni.getStorageSync('token');
let that = this
console.log(that.url)
@ -599,6 +605,7 @@
},
success(res){
console.log(res)
that.stop()
that.jieshu = res.data.data
that.zhibo = false
// uni.navigateBack({