|
|
@ -9,6 +9,7 @@ |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
<script> |
|
|
<script> |
|
|
|
|
|
import Member from "@/api/member"; |
|
|
export default { |
|
|
export default { |
|
|
data() { |
|
|
data() { |
|
|
return { |
|
|
return { |
|
|
@ -28,6 +29,11 @@ |
|
|
console.log(ustr) |
|
|
console.log(ustr) |
|
|
this.csurl += ustr.referrer+"&room_id="+ustr.account; |
|
|
this.csurl += ustr.referrer+"&room_id="+ustr.account; |
|
|
console.log("user",this.csurl) |
|
|
console.log("user",this.csurl) |
|
|
|
|
|
// let ustr = JSON.parse(user) |
|
|
|
|
|
// Member.getUnameByUid({user_id:ustr.referrer}).then(rfres=>{ |
|
|
|
|
|
// this.csurl += rfres.username+"&room_id="+ustr.account+"&usid="+ustr.user_id; |
|
|
|
|
|
// }) |
|
|
|
|
|
// console.log("user",this.csurl) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|