guhongwei 5 lat temu
rodzic
commit
58467888c8
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      src/views/hall/dock/dockDetail.vue

+ 1 - 2
src/views/hall/dock/dockDetail.vue

@@ -175,7 +175,6 @@ export default {
     },
     // 线下对接
     async btnPhone() {
-      this.dialogTableVisible = true;
       if (!this.room.id) {
         //TODO 请求房间号
         let obj = {};
@@ -199,7 +198,7 @@ export default {
           this.$set(this, `room`, res.data);
         }
       }
-      // this.display = '2';
+      this.dialogTableVisible = true;
     },
     async btnTrade() {
       let form = {};