|
@@ -625,7 +625,7 @@ export default {
|
|
|
console.log(id_);
|
|
|
const newdata = { swichuserid: userid_zs, swichindex: this.index_ };
|
|
|
this.swichusers.push(newdata);
|
|
|
- console.log('将用户push到列表里' + this.swichusers);
|
|
|
+ console.log('将用户push到列表里' + newdata);
|
|
|
if (this.user.uid === userid_zs) {
|
|
|
this.userindex_ = this.index_;
|
|
|
}
|