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
f3149746
Commit
f3149746
authored
Jan 13, 2020
by
zujiaozhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修改聊天条件判断'
parent
7ba617a2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
17 deletions
+7
-17
cardDetail.css
medtap_bbs_lung/css/cardDetail.css
+3
-2
cardDetailForShare.js
medtap_bbs_lung/javaScript/cardDetailForShare.js
+3
-14
imgConsultChat.js
wechat_lung_chat/javaScript/imgConsultChat.js
+1
-1
No files found.
medtap_bbs_lung/css/cardDetail.css
View file @
f3149746
...
...
@@ -351,4 +351,5 @@ div.fabulous.clearfix{
height
:
1.04rem
;
margin-top
:
1.14rem
;
margin-left
:
3.22rem
;
}
\ No newline at end of file
}
.disabled
{
pointer-events
:
none
;
}
\ No newline at end of file
medtap_bbs_lung/javaScript/cardDetailForShare.js
View file @
f3149746
...
...
@@ -45,7 +45,6 @@ define(['zepto', 'medtap','../javaScript/beforeSubmitForLung.js'], function($, m
$
(
'input'
).
on
(
'blur'
,
function
()
{
$
(
'body'
).
scrollTop
(
0
);
});
$
(
'.btn_do_comment'
).
on
(
'click'
,
function
()
{
if
(
card
.
userId
){
$
(
'.content_mod'
).
show
();
...
...
@@ -55,9 +54,10 @@ define(['zepto', 'medtap','../javaScript/beforeSubmitForLung.js'], function($, m
$
(
this
).
hide
();
$
(
'.comment_btn'
).
hide
();
});
$
(
'.reply_btn'
).
on
(
'click'
,
card
.
debounce
(
function
()
{
$
(
'.reply_btn'
).
on
(
'click'
,
function
(){
card
.
replyPublish
();
})
)
})
}
else
{
$
(
'#showDialog'
).
show
()
}
...
...
@@ -86,17 +86,6 @@ define(['zepto', 'medtap','../javaScript/beforeSubmitForLung.js'], function($, m
}
})
},
// 防抖
debounce
:
function
(
fn
){
let
timeout
=
null
return
function
(){
clearTimeout
(
timeout
)
var
that
=
this
timeout
=
setTimeout
(
function
(){
fn
.
apply
(
that
,
arguments
)
},
1000
)
}
},
getToken
:
function
(){
localStorage
.
wxLungToken
=
''
;
medtap
.
loading
(
1
);
...
...
wechat_lung_chat/javaScript/imgConsultChat.js
View file @
f3149746
...
...
@@ -285,7 +285,7 @@ define([ 'zepto', 'medtap' ], function($, medtap) {
} else if (detail.status.key == 1) {
} */
if
(
imgConsultDetail
.
serviceStatus
.
key
!=
=
3
)
{
if
(
imgConsultDetail
.
serviceStatus
.
key
!=
3
)
{
$
(
'.footer'
).
hide
();
}
//病历id
...
...
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