guhongwei преди 5 години
родител
ревизия
efd03e5678
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/views/live/parts/roomsDetail.vue

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

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