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
4dc6a6c3
Commit
4dc6a6c3
authored
Jan 08, 2020
by
zujiaozhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修改34'
parent
bb9f390f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
rukou.css
app/doctor/img_consult/css/rukou.css
+2
-0
rukou.js
app/doctor/img_consult/javaScript/rukou.js
+2
-0
No files found.
app/doctor/img_consult/css/rukou.css
View file @
4dc6a6c3
...
...
@@ -343,6 +343,8 @@ body {
}
.footer_tip
{
display
:
none
;
position
:
fixed
;
bottom
:
1.1rem
;
width
:
100%
;
height
:
0.76rem
;
background
:
#E5E8F0
;
...
...
app/doctor/img_consult/javaScript/rukou.js
View file @
4dc6a6c3
...
...
@@ -73,6 +73,7 @@ define(['zepto', 'medtap'], function($, medtap) {
main
.
rejectOrder
();
});
$
(
'.close_consult'
).
unbind
().
bind
(
'click'
,
function
()
{
console
.
log
(
'1'
)
$
(
'.footer_tip'
).
hide
()
main
.
finishOrder
()
});
...
...
@@ -155,6 +156,7 @@ define(['zepto', 'medtap'], function($, medtap) {
$('.footer_btn').hide();
$('.footer').hide();
} */
if
(
imgConsultDetail
.
serviceStatus
.
key
==
2
)
{
$
(
'.footer_btn'
).
show
();
$
(
'.footer'
).
hide
();
...
...
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