Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
chat_webview
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abookCommunication
chat_webview
Commits
56f6dafa
Commit
56f6dafa
authored
Aug 18, 2021
by
Kim Peace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed to display create room on create room search screen
parent
8202c2de
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
public_new/chat_add_user.html
+1
-1
public_new/chat_make_room.html
+1
-1
public_new/js/views/chats/management/chat-add-user.js
+2
-3
No files found.
public_new/chat_add_user.html
View file @
56f6dafa
...
@@ -119,7 +119,7 @@
...
@@ -119,7 +119,7 @@
</ul>
</ul>
</div>
</div>
<!-- ルーム解説ボタン -->
<!-- ルーム解説ボタン -->
<div
class=
"make_room_confirm_btn
content
"
id=
"addUserConfirmBtn"
>
<div
class=
"make_room_confirm_btn"
id=
"addUserConfirmBtn"
>
<button
type=
"button"
name=
"button"
>
<button
type=
"button"
name=
"button"
>
確認
<br>
確認
<br>
<span
class=
"select_member_num"
></span><span
class=
"select_member"
>
名 選択中
</span></button>
<span
class=
"select_member_num"
></span><span
class=
"select_member"
>
名 選択中
</span></button>
...
...
public_new/chat_make_room.html
View file @
56f6dafa
...
@@ -120,7 +120,7 @@
...
@@ -120,7 +120,7 @@
</div>
</div>
<!-- ルーム解説ボタン -->
<!-- ルーム解説ボタン -->
<div
class=
"make_room_confirm_btn
content
"
id=
"makeRoomConfirmBtn"
>
<div
class=
"make_room_confirm_btn"
id=
"makeRoomConfirmBtn"
>
<button
type=
"button"
name=
"button"
>
<button
type=
"button"
name=
"button"
>
ルーム開設
<br>
ルーム開設
<br>
<span
class=
"select_member_num"
></span><span
class=
"select_member"
>
名 選択中
</span></button>
<span
class=
"select_member_num"
></span><span
class=
"select_member"
>
名 選択中
</span></button>
...
...
public_new/js/views/chats/management/chat-add-user.js
View file @
56f6dafa
...
@@ -36,7 +36,7 @@ ChatAddUser.searchUser = function (keyword) {
...
@@ -36,7 +36,7 @@ ChatAddUser.searchUser = function (keyword) {
}
else
{
}
else
{
const
userList
=
const
userList
=
NativeBridgeDataSource
.
getMyGroupShopMemberNotInRoomByName
(
keyword
);
NativeBridgeDataSource
.
getMyGroupShopMemberNotInRoomByName
(
keyword
);
searchUserData
(
userList
,
overlayMessage
);
ChatAddUser
.
searchUserData
(
userList
,
overlayMessage
);
hasNoData
=
userList
.
length
==
0
;
hasNoData
=
userList
.
length
==
0
;
}
}
// Set NoResult
// Set NoResult
...
@@ -355,4 +355,4 @@ ChatAddUser.toggleCategory = function (category) {
...
@@ -355,4 +355,4 @@ ChatAddUser.toggleCategory = function (category) {
console
.
log
(
"peacekim:: ChatAddUser.toggleCategory"
);
console
.
log
(
"peacekim:: ChatAddUser.toggleCategory"
);
$
(
category
).
toggleClass
(
"open"
);
$
(
category
).
toggleClass
(
"open"
);
$
(
category
).
next
().
slideToggle
();
$
(
category
).
next
().
slideToggle
();
};
};
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment