|
|
|
@ -442,9 +442,9 @@ export default { |
|
|
|
// under login |
|
|
|
if (this.isLogin) { |
|
|
|
// get user infomation |
|
|
|
let user_str = localStorage.getItem("auth") |
|
|
|
let user = JSON.parse(user_str) |
|
|
|
this.ifurl ="https://cs.btcaholic.com/chat/?toid="+user.referrer |
|
|
|
let user_str = localStorage.getItem("auth"); |
|
|
|
let user = JSON.parse(user_str); |
|
|
|
this.ifurl ="https://cs.btcaholic.com/chat/?toid="+user.referrer+"&room_id="+user.account; |
|
|
|
// show popup |
|
|
|
this.ispopup = ! this.ispopup |
|
|
|
|
|
|
|
|