|
|
@ -285,7 +285,7 @@ |
|
|
}).then(res => { |
|
|
}).then(res => { |
|
|
console.log('=======',res.data.data) |
|
|
console.log('=======',res.data.data) |
|
|
if(res.data.data != null) { |
|
|
if(res.data.data != null) { |
|
|
this.live_roomid = res.data.data.number |
|
|
|
|
|
|
|
|
this.live_roomid = res.data.data.number; |
|
|
} |
|
|
} |
|
|
uni.stopPullDownRefresh(); |
|
|
uni.stopPullDownRefresh(); |
|
|
}); |
|
|
}); |
|
|
|