Merge remote-tracking branch 'origin/dev' into test
This commit is contained in:
commit
3b16939d1c
@ -190,7 +190,7 @@ export default {
|
||||
};
|
||||
let res = '';
|
||||
if (this.drawWay) {
|
||||
res = postCreateRoomNew(param);
|
||||
res = await postCreateRoomNew(param);
|
||||
} else {
|
||||
res = await postCreateRoom(param);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user