Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
epidemic
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
史锦峰
epidemic
Commits
ca6ea0bf
Commit
ca6ea0bf
authored
Feb 16, 2020
by
lrw
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://139.9.163.126/gitlab/jinfeng/epidemic
# Conflicts: # pages/fillIn/fillIn.vue
parents
e8161ade
c2d58f54
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
fillIn.vue
pages/fillIn/fillIn.vue
+0
-4
index.vue
pages/index/index.vue
+8
-1
security.vue
pages/security/security.vue
+1
-2
No files found.
pages/fillIn/fillIn.vue
View file @
ca6ea0bf
...
@@ -2011,7 +2011,6 @@
...
@@ -2011,7 +2011,6 @@
}
}
// 复选框展示和隐藏
// 复选框展示和隐藏
if
(
type
===
'
pickerMore
'
)
{
if
(
type
===
'
pickerMore
'
)
{
console
.
log
(
evt
)
let
val
=
evt
.
detail
.
value
;
let
val
=
evt
.
detail
.
value
;
const
showList
=
item
.
showList
const
showList
=
item
.
showList
if
(
showList
&&
showList
.
length
>
0
)
{
if
(
showList
&&
showList
.
length
>
0
)
{
...
@@ -2032,7 +2031,6 @@
...
@@ -2032,7 +2031,6 @@
},
},
isShowChild
()
{
isShowChild
()
{
console
.
log
(
this
.
form
[
'
returnToWork
'
])
this
.
list
[
10
].
hidden
=
this
.
form
[
'
returnToWork
'
]
==
'
a
'
this
.
list
[
10
].
hidden
=
this
.
form
[
'
returnToWork
'
]
==
'
a
'
},
},
...
@@ -2045,7 +2043,6 @@
...
@@ -2045,7 +2043,6 @@
},
},
// 更新下拉框绑定的表单内容
// 更新下拉框绑定的表单内容
updatePickerVal
(
event
,
item
)
{
updatePickerVal
(
event
,
item
)
{
console
.
log
(
event
)
const
opts
=
item
.
opts
const
opts
=
item
.
opts
const
prop
=
item
.
value
const
prop
=
item
.
value
const
val
=
event
.
detail
.
value
const
val
=
event
.
detail
.
value
...
@@ -2066,7 +2063,6 @@
...
@@ -2066,7 +2063,6 @@
},
},
// 提交信息
// 提交信息
formSubmit
()
{
formSubmit
()
{
console
.
log
(
this
.
form
)
let
flag
=
true
let
flag
=
true
let
msg
=
''
let
msg
=
''
for
(
let
i
=
0
;
i
<
this
.
list
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
this
.
list
.
length
;
i
++
)
{
...
...
pages/index/index.vue
View file @
ca6ea0bf
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
<button
class=
"btnSecurity"
type=
"primary"
@
click=
"security"
>
安保测温
</button>
<button
class=
"btnSecurity"
type=
"primary"
@
click=
"security"
>
安保测温
</button>
<button
class=
"btnSecurity"
type=
"primary"
@
click=
"fillInDay"
>
每日填报
</button>
<button
class=
"btnSecurity"
type=
"primary"
@
click=
"fillInDay"
>
每日填报
</button>
<image
class=
"img"
src=
"../../static/22.jpg"
mode=
""
></image>
<image
class=
"img"
src=
"../../static/22.jpg"
mode=
""
></image>
{{
option
.
userId
?
option
.
userId
:
'
无
'
}}
<view
class=
"tips"
>
<view
class=
"tips"
>
入园请向门卫出示健康码
入园请向门卫出示健康码
</view>
</view>
...
@@ -19,9 +20,15 @@
...
@@ -19,9 +20,15 @@
components
:
{},
components
:
{},
name
:
"
home
"
,
name
:
"
home
"
,
data
()
{
data
()
{
return
{};
return
{
option
:{
userId
:
''
}
};
},
},
onLoad
:
function
(
option
)
{
onLoad
:
function
(
option
)
{
console
.
log
(
option
)
this
.
option
=
option
let
that
=
this
let
that
=
this
// #ifdef MP-WEIXIN
// #ifdef MP-WEIXIN
wx
.
login
({
wx
.
login
({
...
...
pages/security/security.vue
View file @
ca6ea0bf
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
};
};
},
},
onLoad
:
function
(
option
)
{
onLoad
:
function
(
option
)
{
console
.
log
(
option
)
},
},
onShow
()
{},
onShow
()
{},
methods
:
{
methods
:
{
...
@@ -51,7 +51,6 @@
...
@@ -51,7 +51,6 @@
}).
catch
(
err
=>
{
}).
catch
(
err
=>
{
console
.
log
(
err
)
console
.
log
(
err
)
})
})
},
},
// 体温异常
// 体温异常
abnormal
()
{
abnormal
()
{
...
...
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