Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bh_face_counter
Overview
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
黄天晨
bh_face_counter
Commits
e55b53d9
Commit
e55b53d9
authored
Mar 12, 2021
by
zhonghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化订单弹窗
parent
dabd7bf3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
12 deletions
+3
-12
OrderDetailMini.js
src/components/OrderDetailMini.js
+3
-6
FacePage.js
src/pages/FacePage.js
+0
-6
No files found.
src/components/OrderDetailMini.js
View file @
e55b53d9
...
...
@@ -225,13 +225,11 @@ const styles = {
width
:
'100%'
,
},
modal
:
{
height
:
scaleSize
(
1
5
00
),
height
:
scaleSize
(
1
4
00
),
width
:
scaleSize
(
950
),
backgroundColor
:
'#fff'
,
flexDirection
:
'column'
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
borderRadius
:
20
,
marginBottom
:
100
,
},
header
:
{
flex
:
0.15
,
...
...
@@ -367,8 +365,7 @@ const styles = {
},
loading
:
{
position
:
'absolute'
,
top
:
850
,
// bottom: 0,
top
:
820
,
left
:
0
,
right
:
0
,
width
:
scaleSize
(
1150
),
...
...
src/pages/FacePage.js
View file @
e55b53d9
...
...
@@ -56,10 +56,6 @@ class FacePage extends Component {
// sense = true; // 测试即拿刷脸设备
async
componentWillMount
()
{
this
.
goodsCounterInter
=
setInterval
(()
=>
{
this
.
getOrderDetailMiniCounter
();
},
3000
);
this
.
orderDetailMiniPop
(
true
);
this
.
storeKey
=
await
AsyncStorage
.
getItem
(
'KEY'
);
let
contact
=
await
AsyncStorage
.
getItem
(
'CONTACT'
);
let
storeName
=
await
AsyncStorage
.
getItem
(
'NAME'
);
...
...
@@ -198,8 +194,6 @@ class FacePage extends Component {
this
.
setState
({
goodsArr
:
data
,
});
}
else
{
Toast
.
show
(
'数据异常'
);
}
}
catch
(
error
)
{
Toast
.
show
(
'当前网络存在异常'
);
...
...
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