|
@@ -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 = {};
|