删除了断流提示
This commit is contained in:
parent
32bcfb92e1
commit
c77a7a4d5b
@ -397,7 +397,7 @@
|
|||||||
},
|
},
|
||||||
onHide: function() {
|
onHide: function() {
|
||||||
console.log('App Hide');
|
console.log('App Hide');
|
||||||
that.chatRoomService.warrings = ()=>{};
|
this.chatRoomService.warrings = ()=>{};
|
||||||
},
|
},
|
||||||
//模拟onshow生命周期
|
//模拟onshow生命周期
|
||||||
created() {
|
created() {
|
||||||
@ -668,6 +668,8 @@
|
|||||||
});
|
});
|
||||||
return ;
|
return ;
|
||||||
}
|
}
|
||||||
|
this.chatRoomService.warrings = ()=>{};
|
||||||
|
|
||||||
const token = uni.getStorageSync('token');
|
const token = uni.getStorageSync('token');
|
||||||
let that = this
|
let that = this
|
||||||
console.log(that.url)
|
console.log(that.url)
|
||||||
|
Loading…
Reference in New Issue
Block a user