Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wechat_lung
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanpeng
wechat_lung
Commits
d65c1737
Commit
d65c1737
authored
Sep 26, 2019
by
hanpeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-mark- 已完成状态的图文咨询订单,进入聊天页面,不再展示消息发送按钮
parent
bc5af64f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
imgConsultChat.js
wechat_lung_chat/javaScript/imgConsultChat.js
+10
-3
No files found.
wechat_lung_chat/javaScript/imgConsultChat.js
View file @
d65c1737
...
@@ -34,7 +34,7 @@ define(['zepto', 'medtap'], function($, medtap) {
...
@@ -34,7 +34,7 @@ define(['zepto', 'medtap'], function($, medtap) {
}
}
}); */
}); */
/*
var getTalk = setInterval(function() {
var
getTalk
=
setInterval
(
function
()
{
chat
.
getTalkRecord
();
chat
.
getTalkRecord
();
window
.
scrollTo
(
0
,
document
.
documentElement
.
clientHeight
);
window
.
scrollTo
(
0
,
document
.
documentElement
.
clientHeight
);
},
5000
)
},
5000
)
...
@@ -48,7 +48,7 @@ define(['zepto', 'medtap'], function($, medtap) {
...
@@ -48,7 +48,7 @@ define(['zepto', 'medtap'], function($, medtap) {
chat
.
getTalkRecord
();
chat
.
getTalkRecord
();
window
.
scrollTo
(
0
,
document
.
documentElement
.
clientHeight
);
window
.
scrollTo
(
0
,
document
.
documentElement
.
clientHeight
);
},
5000
)
},
5000
)
});
*/
});
},
},
bindEve
:
function
()
{
bindEve
:
function
()
{
$
(
'.close_info_btn'
).
unbind
().
bind
(
'click'
,
function
()
{
$
(
'.close_info_btn'
).
unbind
().
bind
(
'click'
,
function
()
{
...
@@ -145,7 +145,14 @@ define(['zepto', 'medtap'], function($, medtap) {
...
@@ -145,7 +145,14 @@ define(['zepto', 'medtap'], function($, medtap) {
if
(
imgConsultDetail
.
serviceStatus
.
key
==
2
)
{
if
(
imgConsultDetail
.
serviceStatus
.
key
==
2
)
{
$
(
'.footer_btn'
).
show
();
$
(
'.footer_btn'
).
show
();
$
(
'.footer'
).
hide
();
$
(
'.footer'
).
hide
();
}
else
{
}
/* else {
$('.footer_btn').hide();
$('.footer').show();
} */
else
if
(
imgConsultDetail
.
serviceStatus
.
key
==
10
){
$
(
'.footer_btn'
).
hide
();
$
(
'.footer'
).
hide
();
}
else
{
$
(
'.footer_btn'
).
hide
();
$
(
'.footer_btn'
).
hide
();
$
(
'.footer'
).
show
();
$
(
'.footer'
).
show
();
}
}
...
...
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