Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
X
xzf_uniapp-wechat-web
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
李智书
xzf_uniapp-wechat-web
Commits
594c3b43
Commit
594c3b43
authored
Apr 20, 2022
by
aifen@azjy1.onexmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
门禁测温
parent
ff4fc2f1
Changes
12
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
1359 additions
and
35 deletions
+1359
-35
src/pages.json
src/pages.json
+70
-35
src/pages/TemperatureRecords/HighTemperature/HighTemperature.vue
...es/TemperatureRecords/HighTemperature/HighTemperature.vue
+214
-0
src/pages/TemperatureRecords/LowTemperature/LowTemperature.vue
...ages/TemperatureRecords/LowTemperature/LowTemperature.vue
+214
-0
src/pages/TemperatureRecords/NormalTemperatrue/NormalTemperatrue.vue
...emperatureRecords/NormalTemperatrue/NormalTemperatrue.vue
+214
-0
src/pages/TemperatureRecords/TemperatureStatistics/TemperatureStatistics.vue
...reRecords/TemperatureStatistics/TemperatureStatistics.vue
+434
-0
src/pages/TemperatureRecords/Undetected/Undetected.vue
src/pages/TemperatureRecords/Undetected/Undetected.vue
+213
-0
src/static/images/highTemperature.png
src/static/images/highTemperature.png
+0
-0
src/static/images/lowTemperature.png
src/static/images/lowTemperature.png
+0
-0
src/static/images/normalTemperature.png
src/static/images/normalTemperature.png
+0
-0
src/static/images/pullDown.png
src/static/images/pullDown.png
+0
-0
src/static/images/temperatureRecords.png
src/static/images/temperatureRecords.png
+0
-0
src/static/images/undetected.png
src/static/images/undetected.png
+0
-0
No files found.
src/pages.json
View file @
594c3b43
...
...
@@ -337,8 +337,8 @@
"style"
:
{
"navigationStyle"
:
"custom"
,
"navigationBarTitleText"
:
"交费订单明细"
,
"navigationBarTextStyle"
:
"white"
,
"navigationBarBackgroundColor"
:
"#01CB88"
,
"navigationBarTextStyle"
:
"white"
,
"navigationBarBackgroundColor"
:
"#01CB88"
,
"enablePullDownRefresh"
:
false
}
},
...
...
@@ -346,41 +346,76 @@
"path"
:
"pages/ReceiveMoney/ReceiveMoney"
,
"style"
:
{
"navigationBarTitleText"
:
"领取红包"
,
"navigationStyle"
:
"custom"
,
"navigationStyle"
:
"custom"
,
"enablePullDownRefresh"
:
false
}
}
,{
"path"
:
"pages/StudentPayment/PayProjectHistoryDetails/PayProjectHistoryDetails"
,
"style"
:
{
},
{
"path"
:
"pages/StudentPayment/PayProjectHistoryDetails/PayProjectHistoryDetails"
,
"style"
:
{
"navigationBarTitleText"
:
"缴费详情单"
,
"navigationStyle"
:
"custom"
,
"navigationStyle"
:
"custom"
,
"enablePullDownRefresh"
:
false
}
},
{
"path"
:
"pages/StudentPayment/PayProgress/PayProgress"
,
"style"
:
{
"navigationBarTitleText"
:
"缴费进度"
,
"navigationStyle"
:
"custom"
,
"enablePullDownRefresh"
:
false
}
,{
"path"
:
"pages/StudentPayment/PayProgress/PayProgress"
,
"style"
:
{
},
{
"path"
:
"pages/StudentPayment/PayProgressDetails/PayProgressDetails"
,
"style"
:
{
"navigationStyle"
:
"custom"
,
"navigationBarTitleText"
:
"缴费进度"
,
"navigationStyle"
:
"custom"
,
"enablePullDownRefresh"
:
false
}
},{
"path"
:
"pages/TemperatureRecords/TemperatureStatistics/TemperatureStatistics"
,
"style"
:
{
"navigationBarTitleText"
:
"体温记录"
,
"navigationStyle"
:
"custom"
,
"enablePullDownRefresh"
:
false
}
,{
"path"
:
"pages/StudentPayment/PayProgressDetails/PayProgressDetails"
,
"style"
:
{
"navigationStyle"
:
"custom"
,
"navigationBarTitleText"
:
"缴费进度"
,
},{
"path"
:
"pages/TemperatureRecords/HighTemperature/HighTemperature"
,
"style"
:
{
"navigationBarTitleText"
:
"高温"
,
"navigationStyle"
:
"custom"
,
"enablePullDownRefresh"
:
false
}
},{
"path"
:
"pages/TemperatureRecords/LowTemperature/LowTemperature"
,
"style"
:
{
"navigationBarTitleText"
:
"低温"
,
"navigationStyle"
:
"custom"
,
"enablePullDownRefresh"
:
false
}
},{
"path"
:
"pages/TemperatureRecords/NormalTemperatrue/NormalTemperatrue"
,
"style"
:
{
"navigationBarTitleText"
:
"正常"
,
"navigationStyle"
:
"custom"
,
"enablePullDownRefresh"
:
false
}
},{
"path"
:
"pages/TemperatureRecords/Undetected/Undetected"
,
"style"
:
{
"navigationBarTitleText"
:
"未测量"
,
"navigationStyle"
:
"custom"
,
"enablePullDownRefresh"
:
false
}
}
],
"globalStyle"
:
{
"navigationBarTextStyle"
:
"black"
,
...
...
src/pages/TemperatureRecords/HighTemperature/HighTemperature.vue
0 → 100644
View file @
594c3b43
<
template
>
<view
class=
"tainer"
>
<view
class=
"queryBox"
>
<view
class=
"search"
>
<van-search
class=
"inputSearch"
v-model=
"searchValue"
show-action
placeholder=
"请输入姓名查询"
@
search=
"onSearch"
>
<template
#action
>
<div
class=
"SearchBtn"
@
click=
"onSearch"
>
<text
class=
"distinguish"
></text>
查询
</div>
</
template
>
</van-search>
</view>
</view>
<view
class=
"cardBox"
>
<view
class=
"card"
v-for=
"item of detailsList"
>
<view
class=
"temperatureResult"
>
<view
class=
"studentInfo"
>
<view
class=
"studentName"
>
<text>
{{item.userName}}
</text>
</view>
<view
class=
"className"
>
<text>
{{item.gradeOrClassName}}
</text>
</view>
</view>
<view
class=
"temperatureNumber"
>
<text>
{{item.temperature}}
</text>
</view>
</view>
<view
class=
"temperatureTime"
>
<text>
测量时间:{{item.temperatureTime}}
</text>
</view>
</view>
</view>
</view>
</template>
<
script
>
var
gHost
=
"
https://
"
+
window
.
location
.
host
;
if
(
window
.
location
.
protocol
!=
"
https:
"
)
{
gHost
=
"
https://fpdev.xiaopay.net
"
;
}
export
default
{
name
:
'
HighTemperature
'
,
data
()
{
return
{
searchValue
:
""
,
requestInfo
:
{},
detailsList
:
[],
}
},
mounted
()
{
this
.
userTemperatureDetail
(
2
);
},
methods
:
{
// 搜索框
async
onSearch
(
value
)
{
try
{
this
.
userTemperatureDetail
(
2
);
}
catch
(
e
)
{
//TODO handle the exception
console
.
log
(
e
);
uni
.
showToast
({
icon
:
"
none
"
,
mask
:
true
,
title
:
e
.
message
})
}
},
onLoad
:
function
(
options
)
{
this
.
requestInfo
=
uni
.
getStorageSync
(
"
temperatrueRequestInfo
"
);
},
// 查询用户体温详情(1 正常,2 高温,3 低温)
async
userTemperatureDetail
(
temperatureStatus
)
{
try
{
let
data
=
await
this
.
$http
.
get
({
url
:
gHost
+
'
/ACAPI/applet/temperature-staits/userTemperatureDetail
'
},
Object
.
assign
(
this
.
requestInfo
,
{
temperatureStatus
,
userName
:
this
.
searchValue
}))
if
(
data
.
code
!=
200
)
{
uni
.
showToast
({
icon
:
"
none
"
,
mask
:
true
,
title
:
data
.
msg
})
return
}
if
(
data
.
obj
&&
Array
.
isArray
(
data
.
obj
))
{
this
.
detailsList
=
data
.
obj
;
}
else
{
this
.
detailsList
==
[];
}
}
catch
(
e
)
{
//TODO handle the exception
console
.
log
(
e
);
uni
.
showToast
({
icon
:
"
none
"
,
mask
:
true
,
title
:
e
.
message
})
}
},
}
}
</
script
>
<
style
lang=
"scss"
>
page
{
background
:
#F3F5F6
;
}
.tainer
{
padding
:
32rpx
32rpx
0
;
box-sizing
:
border-box
;
.queryBox
{
margin
:
0
0
32rpx
;
.search
{
width
:
100%
;
height
:
70rpx
;
background
:
#FFFFFF
;
border-radius
:
35rpx
;
margin
:
0
auto
;
.SearchBtn
{
font-size
:
28rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#01CB88
;
.distinguish
{
display
:
inline-block
;
width
:
1rpx
;
height
:
26rpx
;
background
:
#E6E6E6
;
margin-right
:
30rpx
;
}
}
.inputSearch
{
height
:
100%
;
width
:
92%
;
margin
:
0
auto
;
padding
:
0
!
important
;
.van-search__content
{
background
:
#FFFFFF
;
height
:
90%
;
}
}
}
}
.cardBox
{
.card
{
width
:
100%
;
height
:
162rpx
;
background
:
#FFFFFF
;
border-radius
:
24rpx
;
margin
:
0
0
20rpx
;
padding
:
31rpx
31rpx
39rpx
32rpx
;
box-sizing
:
border-box
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
space-between
;
.temperatureResult
{
display
:
flex
;
justify-content
:
space-between
;
.studentInfo
{
display
:
flex
;
align-items
:
flex-end
;
.studentName
{
margin-right
:
32rpx
;
font-size
:
42rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#333333
;
}
.className
{
font-size
:
24rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#999999
;
margin-top
:
22rpx
;
}
}
.temperatureNumber
{
font-size
:
32rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#FF3B00
;
line-height
:
72rpx
;
}
}
.temperatureTime
{
font-size
:
24rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#999999
;
}
}
}
}
</
style
>
src/pages/TemperatureRecords/LowTemperature/LowTemperature.vue
0 → 100644
View file @
594c3b43
<
template
>
<view
class=
"tainer"
>
<view
class=
"queryBox"
>
<view
class=
"search"
>
<van-search
class=
"inputSearch"
v-model=
"searchValue"
show-action
placeholder=
"请输入姓名查询"
@
search=
"onSearch"
>
<template
#action
>
<div
class=
"SearchBtn"
@
click=
"onSearch"
>
<text
class=
"distinguish"
></text>
查询
</div>
</
template
>
</van-search>
</view>
</view>
<view
class=
"cardBox"
>
<view
class=
"card"
v-for=
"item of detailsList"
>
<view
class=
"temperatureResult"
>
<view
class=
"studentInfo"
>
<view
class=
"studentName"
>
<text>
{{item.userName}}
</text>
</view>
<view
class=
"className"
>
<text>
{{item.gradeOrClassName}}
</text>
</view>
</view>
<view
class=
"temperatureNumber"
>
<text>
{{item.temperature}}
</text>
</view>
</view>
<view
class=
"temperatureTime"
>
<text>
测量时间:{{item.temperatureTime}}
</text>
</view>
</view>
</view>
</view>
</template>
<
script
>
var
gHost
=
"
https://
"
+
window
.
location
.
host
;
if
(
window
.
location
.
protocol
!=
"
https:
"
)
{
gHost
=
"
https://fpdev.xiaopay.net
"
;
}
export
default
{
name
:
'
LowTemperature
'
,
data
()
{
return
{
searchValue
:
""
,
requestInfo
:
{},
detailsList
:
[],
}
},
mounted
()
{
this
.
userTemperatureDetail
(
3
);
},
methods
:
{
// 搜索框
async
onSearch
(
value
)
{
try
{
this
.
userTemperatureDetail
(
3
);
}
catch
(
e
)
{
//TODO handle the exception
console
.
log
(
e
);
uni
.
showToast
({
icon
:
"
none
"
,
mask
:
true
,
title
:
e
.
message
})
}
},
onLoad
:
function
(
options
)
{
this
.
requestInfo
=
uni
.
getStorageSync
(
"
temperatrueRequestInfo
"
);
},
// 查询用户体温详情(1 正常,2 高温,3 低温)
async
userTemperatureDetail
(
temperatureStatus
)
{
try
{
let
data
=
await
this
.
$http
.
get
({
url
:
gHost
+
'
/ACAPI/applet/temperature-staits/userTemperatureDetail
'
},
Object
.
assign
(
this
.
requestInfo
,
{
temperatureStatus
,
userName
:
this
.
searchValue
}))
if
(
data
.
code
!=
200
)
{
uni
.
showToast
({
icon
:
"
none
"
,
mask
:
true
,
title
:
data
.
msg
})
return
}
if
(
data
.
obj
&&
Array
.
isArray
(
data
.
obj
))
{
this
.
detailsList
=
data
.
obj
;
}
else
{
this
.
detailsList
==
[];
}
}
catch
(
e
)
{
//TODO handle the exception
console
.
log
(
e
);
uni
.
showToast
({
icon
:
"
none
"
,
mask
:
true
,
title
:
e
.
message
})
}
},
}
}
</
script
>
<
style
lang=
"scss"
>
page
{
background
:
#F3F5F6
;
}
.tainer
{
padding
:
32rpx
32rpx
0
;
box-sizing
:
border-box
;
.queryBox
{
margin
:
0
0
32rpx
;
.search
{
width
:
100%
;
height
:
70rpx
;
background
:
#FFFFFF
;
border-radius
:
35rpx
;
margin
:
0
auto
;
.SearchBtn
{
font-size
:
28rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#01CB88
;
.distinguish
{
display
:
inline-block
;
width
:
1rpx
;
height
:
26rpx
;
background
:
#E6E6E6
;
margin-right
:
30rpx
;
}
}
.inputSearch
{
height
:
100%
;
width
:
92%
;
margin
:
0
auto
;
padding
:
0
!
important
;
.van-search__content
{
background
:
#FFFFFF
;
height
:
90%
;
}
}
}
}
.cardBox
{
.card
{
width
:
100%
;
height
:
162rpx
;
background
:
#FFFFFF
;
border-radius
:
24rpx
;
margin
:
0
0
20rpx
;
padding
:
31rpx
31rpx
39rpx
32rpx
;
box-sizing
:
border-box
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
space-between
;
.temperatureResult
{
display
:
flex
;
justify-content
:
space-between
;
.studentInfo
{
display
:
flex
;
align-items
:
flex-end
;
.studentName
{
margin-right
:
32rpx
;
font-size
:
42rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#333333
;
}
.className
{
font-size
:
24rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#999999
;
margin-top
:
22rpx
;
}
}
.temperatureNumber
{
font-size
:
32rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#3091FC
;
line-height
:
72rpx
;
}
}
.temperatureTime
{
font-size
:
24rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#999999
;
}
}
}
}
</
style
>
src/pages/TemperatureRecords/NormalTemperatrue/NormalTemperatrue.vue
0 → 100644
View file @
594c3b43
<
template
>
<view
class=
"tainer"
>
<view
class=
"queryBox"
>
<view
class=
"search"
>
<van-search
class=
"inputSearch"
v-model=
"searchValue"
show-action
placeholder=
"请输入姓名查询"
@
search=
"onSearch"
>
<template
#action
>
<div
class=
"SearchBtn"
@
click=
"onSearch"
>
<text
class=
"distinguish"
></text>
查询
</div>
</
template
>
</van-search>
</view>
</view>
<view
class=
"cardBox"
>
<view
class=
"card"
v-for=
"item of detailsList"
>
<view
class=
"temperatureResult"
>
<view
class=
"studentInfo"
>
<view
class=
"studentName"
>
<text>
{{item.userName}}
</text>
</view>
<view
class=
"className"
>
<text>
{{item.gradeOrClassName}}
</text>
</view>
</view>
<view
class=
"temperatureNumber"
>
<text>
{{item.temperature}}
</text>
</view>
</view>
<view
class=
"temperatureTime"
>
<text>
测量时间:{{item.temperatureTime}}
</text>
</view>
</view>
</view>
</view>
</template>
<
script
>
var
gHost
=
"
https://
"
+
window
.
location
.
host
;
if
(
window
.
location
.
protocol
!=
"
https:
"
)
{
gHost
=
"
https://fpdev.xiaopay.net
"
;
}
export
default
{
name
:
'
NormalTemperatrue
'
,
data
()
{
return
{
searchValue
:
""
,
requestInfo
:
{},
detailsList
:
[],
}
},
mounted
()
{
this
.
userTemperatureDetail
(
1
);
},
methods
:
{
// 搜索框
async
onSearch
(
value
)
{
try
{
this
.
userTemperatureDetail
(
1
);
}
catch
(
e
)
{
//TODO handle the exception
console
.
log
(
e
);
uni
.
showToast
({
icon
:
"
none
"
,
mask
:
true
,
title
:
e
.
message
})
}
},
onLoad
:
function
(
options
)
{
this
.
requestInfo
=
uni
.
getStorageSync
(
"
temperatrueRequestInfo
"
);
},
// 查询用户体温详情(1 正常,2 高温,3 低温)
async
userTemperatureDetail
(
temperatureStatus
)
{
try
{
let
data
=
await
this
.
$http
.
get
({
url
:
gHost
+
'
/ACAPI/applet/temperature-staits/userTemperatureDetail
'
},
Object
.
assign
(
this
.
requestInfo
,
{
temperatureStatus
,
userName
:
this
.
searchValue
}))
if
(
data
.
code
!=
200
)
{
uni
.
showToast
({
icon
:
"
none
"
,
mask
:
true
,
title
:
data
.
msg
})
return
}
if
(
data
.
obj
&&
Array
.
isArray
(
data
.
obj
))
{
this
.
detailsList
=
data
.
obj
;
}
else
{
this
.
detailsList
==
[];
}
}
catch
(
e
)
{
//TODO handle the exception
console
.
log
(
e
);
uni
.
showToast
({
icon
:
"
none
"
,
mask
:
true
,
title
:
e
.
message
})
}
},
}
}
</
script
>
<
style
lang=
"scss"
>
page
{
background
:
#F3F5F6
;
}
.tainer
{
padding
:
32rpx
32rpx
0
;
box-sizing
:
border-box
;
.queryBox
{
margin
:
0
0
32rpx
;
.search
{
width
:
100%
;
height
:
70rpx
;
background
:
#FFFFFF
;
border-radius
:
35rpx
;
margin
:
0
auto
;
.SearchBtn
{
font-size
:
28rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#01CB88
;
.distinguish
{
display
:
inline-block
;
width
:
1rpx
;
height
:
26rpx
;
background
:
#E6E6E6
;
margin-right
:
30rpx
;
}
}
.inputSearch
{
height
:
100%
;
width
:
92%
;
margin
:
0
auto
;
padding
:
0
!
important
;
.van-search__content
{
background
:
#FFFFFF
;
height
:
90%
;
}
}
}
}
.cardBox
{
.card
{
width
:
100%
;
height
:
162rpx
;
background
:
#FFFFFF
;
border-radius
:
24rpx
;
margin
:
0
0
20rpx
;
padding
:
31rpx
31rpx
39rpx
32rpx
;
box-sizing
:
border-box
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
space-between
;
.temperatureResult
{
display
:
flex
;
justify-content
:
space-between
;
.studentInfo
{
display
:
flex
;
// align-items: flex-end;
.studentName
{
margin-right
:
32rpx
;
font-size
:
42rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#333333
;
}
.className
{
font-size
:
24rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#999999
;
margin-top
:
22rpx
;
}
}
.temperatureNumber
{
font-size
:
32rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#333333
;
line-height
:
72rpx
;
}
}
.temperatureTime
{
font-size
:
24rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#999999
;
}
}
}
}
</
style
>
src/pages/TemperatureRecords/TemperatureStatistics/TemperatureStatistics.vue
0 → 100644
View file @
594c3b43
This diff is collapsed.
Click to expand it.
src/pages/TemperatureRecords/Undetected/Undetected.vue
0 → 100644
View file @
594c3b43
<
template
>
<view
class=
"tainer"
>
<view
class=
"queryBox"
>
<view
class=
"search"
>
<van-search
class=
"inputSearch"
v-model=
"searchValue"
show-action
placeholder=
"请输入姓名查询"
@
search=
"onSearch"
>
<template
#action
>
<div
class=
"SearchBtn"
@
click=
"onSearch"
>
<text
class=
"distinguish"
></text>
查询
</div>
</
template
>
</van-search>
</view>
</view>
<view
class=
"cardBox"
>
<view
class=
"card"
v-for=
"item of detailsList"
>
<view
class=
"temperatureResult"
>
<view
class=
"studentInfo"
>
<view
class=
"studentName"
>
<text>
{{item.userName}}
</text>
</view>
<view
class=
"className"
>
<text>
{{item.gradeOrClassName}}
</text>
</view>
</view>
<view
class=
"temperatureNumber"
>
<text>
{{item.temperature}}°C
</text>
</view>
</view>
<view
class=
"temperatureTime"
>
<text>
测量时间:{{item.temperatureTime}}
</text>
</view>
</view>
</view>
</view>
</template>
<
script
>
var
gHost
=
"
https://
"
+
window
.
location
.
host
;
if
(
window
.
location
.
protocol
!=
"
https:
"
)
{
gHost
=
"
https://fpdev.xiaopay.net
"
;
}
export
default
{
name
:
'
Undetected
'
,
data
()
{
return
{
searchValue
:
""
,
requestInfo
:
{},
detailsList
:
[],
}
},
mounted
()
{
this
.
userNoTemperatureDetail
();
},
methods
:
{
// 搜索框
async
onSearch
(
value
)
{
try
{
this
.
userNoTemperatureDetail
();
}
catch
(
e
)
{
//TODO handle the exception
console
.
log
(
e
);
uni
.
showToast
({
icon
:
"
none
"
,
mask
:
true
,
title
:
e
.
message
})
}
},
onLoad
:
function
(
options
)
{
this
.
requestInfo
=
uni
.
getStorageSync
(
"
temperatrueRequestInfo
"
);
},
// 查询没有体温记录用户详情
async
userNoTemperatureDetail
()
{
try
{
let
data
=
await
this
.
$http
.
get
({
url
:
gHost
+
'
/ACAPI/applet/temperature-staits/userNoTemperatureDetail
'
},
Object
.
assign
(
this
.
requestInfo
,
{
userName
:
this
.
searchValue
}))
if
(
data
.
code
!=
200
)
{
uni
.
showToast
({
icon
:
"
none
"
,
mask
:
true
,
title
:
data
.
msg
})
return
}
if
(
data
.
obj
&&
Array
.
isArray
(
data
.
obj
))
{
this
.
detailsList
=
data
.
obj
;
}
else
{
this
.
detailsList
==
[];
}
}
catch
(
e
)
{
//TODO handle the exception
console
.
log
(
e
);
uni
.
showToast
({
icon
:
"
none
"
,
mask
:
true
,
title
:
e
.
message
})
}
},
}
}
</
script
>
<
style
lang=
"scss"
>
page
{
background
:
#F3F5F6
;
}
.tainer
{
padding
:
32rpx
32rpx
0
;
box-sizing
:
border-box
;
.queryBox
{
margin
:
0
0
32rpx
;
.search
{
width
:
100%
;
height
:
70rpx
;
background
:
#FFFFFF
;
border-radius
:
35rpx
;
margin
:
0
auto
;
.SearchBtn
{
font-size
:
28rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#01CB88
;
.distinguish
{
display
:
inline-block
;
width
:
1rpx
;
height
:
26rpx
;
background
:
#E6E6E6
;
margin-right
:
30rpx
;
}
}
.inputSearch
{
height
:
100%
;
width
:
92%
;
margin
:
0
auto
;
padding
:
0
!
important
;
.van-search__content
{
background
:
#FFFFFF
;
height
:
90%
;
}
}
}
}
.cardBox
{
.card
{
width
:
100%
;
height
:
162rpx
;
background
:
#FFFFFF
;
border-radius
:
24rpx
;
margin
:
0
0
20rpx
;
padding
:
31rpx
31rpx
39rpx
32rpx
;
box-sizing
:
border-box
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
space-between
;
.temperatureResult
{
display
:
flex
;
justify-content
:
space-between
;
.studentInfo
{
display
:
flex
;
align-items
:
flex-end
;
.studentName
{
margin-right
:
32rpx
;
font-size
:
42rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#333333
;
}
.className
{
font-size
:
24rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#999999
;
margin-top
:
22rpx
;
}
}
.temperatureNumber
{
font-size
:
32rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#333333
;
line-height
:
72rpx
;
}
}
.temperatureTime
{
font-size
:
24rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#999999
;
}
}
}
}
</
style
>
src/static/images/highTemperature.png
0 → 100644
View file @
594c3b43
3.3 KB
src/static/images/lowTemperature.png
0 → 100644
View file @
594c3b43
3.87 KB
src/static/images/normalTemperature.png
0 → 100644
View file @
594c3b43
4.22 KB
src/static/images/pullDown.png
0 → 100644
View file @
594c3b43
171 Bytes
src/static/images/temperatureRecords.png
0 → 100644
View file @
594c3b43
24.8 KB
src/static/images/undetected.png
0 → 100644
View file @
594c3b43
3.76 KB
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