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
00323e13
Commit
00323e13
authored
Nov 21, 2019
by
zujiaozhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修改移动端问题'
parent
0ed42ad0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
questionnaireDetails.js
wechat_lung_questionnaire/javaScript/questionnaireDetails.js
+1
-1
No files found.
wechat_lung_questionnaire/javaScript/questionnaireDetails.js
View file @
00323e13
...
...
@@ -179,7 +179,7 @@ define(['zepto','medtap'],function($,medtap){
'</div>'
;
$
(
'.question_four'
).
append
(
html6
)
if
(
questionnaireDetails
.
queDetailsList
[
key
].
checkImgList
.
length
==
0
){
$
(
'.question_four .question_four_img'
).
remove
()
$
(
'.question_four .question_four_img
6
'
).
remove
()
}
else
if
(
questionnaireDetails
.
queDetailsList
[
key
].
checkImgList
.
length
>
0
){
var
html
=
''
;
for
(
var
i
=
0
;
i
<
questionnaireDetails
.
queDetailsList
[
key
].
checkImgList
.
length
;
i
++
){
...
...
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