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
8253e619
Commit
8253e619
authored
Oct 16, 2019
by
zujiaozhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修改了图文咨询'
parent
26b4311d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
freeChat.js
wechat_lung_chat/javaScript/freeChat.js
+2
-1
imgConsultChat.html
wechat_lung_chat/pages/imgConsultChat.html
+3
-0
No files found.
wechat_lung_chat/javaScript/freeChat.js
View file @
8253e619
...
...
@@ -44,7 +44,6 @@ define([ 'zepto', 'medtap' ], function($, medtap) {
chat.refreshRecord(1);
}
}); */
var
getTalk
=
setInterval
(
function
()
{
chat
.
getTalkRecord
();
if
(
document
.
documentElement
.
scrollHeight
>
document
.
documentElement
.
clientHeight
)
{
...
...
@@ -263,6 +262,8 @@ define([ 'zepto', 'medtap' ], function($, medtap) {
relationId
:
chat
.
relationId
},
success
:
function
(
res
)
{
// 发送玩消息滚动到最底部
$
(
'.chat_list'
).
scrollTop
(
$
(
'.chat_list'
)[
0
].
scrollHeight
);
medtap
.
loading
(
0
);
if
(
res
.
success
==
true
)
{
//window.location.reload();
...
...
wechat_lung_chat/pages/imgConsultChat.html
View file @
8253e619
...
...
@@ -94,6 +94,9 @@
<div
class=
"footer_input"
>
<input
type=
"text"
name=
""
id=
"sendMsg"
value=
""
placeholder=
"给医生留言"
/>
</div>
<div
class=
"footer_addPic"
>
<img
src=
"../images/addpic.png"
alt=
""
>
</div>
<div
class=
"send"
>
发送
</div>
...
...
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