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
7a8b3c0a
Commit
7a8b3c0a
authored
Jan 13, 2020
by
zujiaozhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修改论坛发布评论重复发送问题测试完成改成正式'
parent
96148249
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
9 deletions
+5
-9
cardDetail.css
medtap_bbs_lung/css/cardDetail.css
+2
-2
cardDetail.html
medtap_bbs_lung/pages/cardDetail.html
+1
-3
cardDetailForShare.html
medtap_bbs_lung/pages/cardDetailForShare.html
+1
-3
imgConsultChat.js
wechat_lung_chat/javaScript/imgConsultChat.js
+1
-1
No files found.
medtap_bbs_lung/css/cardDetail.css
View file @
7a8b3c0a
...
...
@@ -311,7 +311,7 @@ div.fabulous.clearfix{
z-index
:
30
}
.comment_btn
.reply_input
{
width
:
5.
7
4rem
;
width
:
5.
5
4rem
;
height
:
0.72rem
;
float
:
left
;
border-radius
:
0.08rem
;
...
...
@@ -320,7 +320,7 @@ div.fabulous.clearfix{
font-size
:
0.32rem
;
}
.comment_btn
.reply_btn
{
width
:
1.
2
8rem
;
width
:
1.
4
8rem
;
height
:
0.72rem
;
float
:
left
;
margin-left
:
0.16rem
;
...
...
medtap_bbs_lung/pages/cardDetail.html
View file @
7a8b3c0a
...
...
@@ -93,9 +93,7 @@
</div>
<div
class=
"comment_btn clearfix"
>
<input
type=
"text"
name=
""
id=
""
value=
""
class=
"reply_input"
/>
<button
class=
"reply_btn"
>
发布
</button>
<button
class=
"reply_btn"
>
发布
</button>
</div>
<div
class=
"share_function"
>
<img
src=
"../images/post_guide_png@2x.png"
class=
"share_bg"
>
...
...
medtap_bbs_lung/pages/cardDetailForShare.html
View file @
7a8b3c0a
...
...
@@ -130,9 +130,7 @@
</div>
<div
class=
"comment_btn clearfix"
>
<input
type=
"text"
name=
""
id=
""
value=
""
class=
"reply_input"
/>
<button
class=
"reply_btn"
>
发布
</button>
<button
class=
"reply_btn"
>
发布
</button>
</div>
<div
class=
"share_function"
>
<img
src=
"../images/post_guide_png@2x.png"
class=
"share_bg"
>
...
...
wechat_lung_chat/javaScript/imgConsultChat.js
View file @
7a8b3c0a
...
...
@@ -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