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
812f54db
Commit
812f54db
authored
Sep 14, 2021
by
zeven
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/hzp'
parents
65eb0c5c
f4a9e06b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
OrderDetailMini.js
src/components/OrderDetailMini.js
+4
-4
FacePage.js
src/pages/FacePage.js
+1
-1
No files found.
src/components/OrderDetailMini.js
View file @
812f54db
...
...
@@ -290,16 +290,16 @@ const styles = {
marginRight
:
'5%'
,
backgroundColor
:
'#FFFFFF'
,
flexDirection
:
'column'
,
justifyContent
:
'
center
'
,
justifyContent
:
'
flex-start
'
,
alignItems
:
'center'
,
},
empty
:
{
flexDirection
:
'row'
,
margin
:
scaleSize
(
5
),
//
margin: scaleSize(5),
},
emptyImg
:
{
width
:
scaleSize
(
6
00
),
height
:
scaleSize
(
7
00
),
width
:
scaleSize
(
4
00
),
height
:
scaleSize
(
5
00
),
resizeMode
:
'contain'
,
},
goodsStyle
:
{
...
...
src/pages/FacePage.js
View file @
812f54db
...
...
@@ -946,8 +946,8 @@ class FacePage extends Component {
};
onNoBuy
=
async
()
=>
{
console
.
log
(
'noBuy'
);
const
{
data
}
=
await
this
.
props
.
dispatch
({
type
:
'store/noBuyGoGoGo'
});
console
.
log
(
'data'
,
data
);
Speech
.
speak
(
data
.
msg
);
};
...
...
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