Commit 56f6dafa by Kim Peace

Fixed to display create room on create room search screen

parent 8202c2de
......@@ -119,7 +119,7 @@
</ul>
</div>
<!-- ルーム解説ボタン -->
<div class="make_room_confirm_btn content" id="addUserConfirmBtn">
<div class="make_room_confirm_btn" id="addUserConfirmBtn">
<button type="button" name="button">
確認<br>
<span class="select_member_num"></span><span class="select_member">名 選択中</span></button>
......
......@@ -120,7 +120,7 @@
</div>
<!-- ルーム解説ボタン -->
<div class="make_room_confirm_btn content" id="makeRoomConfirmBtn">
<div class="make_room_confirm_btn" id="makeRoomConfirmBtn">
<button type="button" name="button">
ルーム開設<br>
<span class="select_member_num"></span><span class="select_member">名 選択中</span></button>
......
......@@ -36,7 +36,7 @@ ChatAddUser.searchUser = function (keyword) {
} else {
const userList =
NativeBridgeDataSource.getMyGroupShopMemberNotInRoomByName(keyword);
searchUserData(userList, overlayMessage);
ChatAddUser.searchUserData(userList, overlayMessage);
hasNoData = userList.length == 0;
}
// Set NoResult
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment