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
25829ed3
Commit
25829ed3
authored
Dec 02, 2019
by
zujiaozhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'文本输入框输入页面不恢复修改遗漏题'
parent
773e663d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
discomfortGeneralPage.js
...at_lung_questionnaire/javaScript/discomfortGeneralPage.js
+4
-0
targetedTherapy.js
wechat_lung_questionnaire/javaScript/targetedTherapy.js
+4
-0
No files found.
wechat_lung_questionnaire/javaScript/discomfortGeneralPage.js
View file @
25829ed3
...
...
@@ -38,6 +38,10 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) {
// 处理方案
dataText
:
''
,
init
:
function
(){
// 解决键盘收起页面不恢复问题
$
(
'textarea'
).
on
(
'blur'
,
function
(){
window
.
scroll
(
0
,
0
);
});
// 判断是否为最后一题
var
arrlist
=
discomfortGeneralPage
.
lastChecks
.
split
(
','
)
discomfortGeneralPage
.
lastQuesitionId
=
arrlist
[
arrlist
.
length
-
1
]
...
...
wechat_lung_questionnaire/javaScript/targetedTherapy.js
View file @
25829ed3
...
...
@@ -45,6 +45,10 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) {
// 描述方案
programme
:
''
,
init
:
function
(){
// 解决键盘收起页面不恢复问题
$
(
'textarea'
).
on
(
'blur'
,
function
(){
window
.
scroll
(
0
,
0
);
});
// 用户点击了无
$
(
'.noHas'
).
on
(
'tap'
,
function
(){
targetedTherapy
.
flag
=
false
...
...
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