guhongwei 5 năm trước cách đây
mục cha
commit
edbcddda9c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/live/parts/roomsDetail.vue

+ 1 - 1
src/views/live/parts/roomsDetail.vue

@@ -51,7 +51,7 @@ export default {
       data.roomname = this.roomname;
       data.userid = this.user.userid;
       data.username = this.user.name;
-      data.phone = this.user.name;
+      data.phone = this.user.phone;
       const res = await this.lookuserFetch(data);
     },
     onSubmit() {