Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xxx_phase2_web
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
夏敏伟
xxx_phase2_web
Commits
9992f516
Commit
9992f516
authored
Oct 30, 2023
by
夏敏伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
cc50763d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
7 deletions
+15
-7
src/view/ddkz/components/chatRoomInfo.vue
src/view/ddkz/components/chatRoomInfo.vue
+15
-7
No files found.
src/view/ddkz/components/chatRoomInfo.vue
View file @
9992f516
...
...
@@ -17,13 +17,13 @@
<el-form-item>
<img
class=
"goBack"
:src=
"goBack"
alt=
""
@
click=
"goBackFn"
>
</el-form-item>
<el-form-item>
<
!--
<
el-form-item>
<div
class=
"searchButton"
:style=
"
{ background: st
ompClient.connected
? 'Green' : 'gray', color: 'white' }">
<span
:class=
"[!st
ompClient.connected
? 'el-icon-loading' : '']"
></span>
{{
st
ompClient
.
connected
?
'
已连接
'
:
'
重连中
'
}}
:style=
"
{ background: st
atus
? 'Green' : 'gray', color: 'white' }">
<span
:class=
"[!st
atus
? 'el-icon-loading' : '']"
></span>
{{
st
atus
?
'
已连接
'
:
'
重连中
'
}}
</div>
</el-form-item>
</el-form-item>
-->
</el-form>
</div>
<div
class=
"ddkz-info-content"
>
...
...
@@ -120,7 +120,8 @@ export default {
newsList
:
[],
publicNoticeList
:
[],
stompClient
:
{
connected
:
false
},
peopleList
:
[]
peopleList
:
[],
// status:false
}
},
components
:
{
...
...
@@ -247,7 +248,13 @@ export default {
}
else
{
this
.
dataOrderByParams
(
this
.
formInfo
.
day
,
newVal
);
}
}
},
// 'stompClient.connected':{
// handler(newVal,oldVal){
// this.status = newVal;
// },
// immediate:true
// }
},
computed
:
{
userInfo
()
{
...
...
@@ -261,6 +268,7 @@ export default {
activated
()
{
this
.
currentChatRoomInfo
=
this
.
$route
.
params
.
data
;
this
.
stompClient
=
this
.
$route
.
params
.
client
;
// this.status = this.stompClient.connected;
this
.
listChatroom
(
this
.
currentChatRoomInfo
);
//获取当前组成员
this
.
getCurrentTeamPeople
(
this
.
currentChatRoomInfo
);
...
...
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