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
17039360
Commit
17039360
authored
Feb 13, 2023
by
黄日华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复新界面兼容问题
parent
2665be03
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CounterMixins.js
src/pages/CounterMixins.js
+2
-1
VerticalPage.js
src/pages/VerticalPage.js
+0
-1
No files found.
src/pages/CounterMixins.js
View file @
17039360
...
@@ -153,6 +153,7 @@ const CounterMixins = ComposeComponent => {
...
@@ -153,6 +153,7 @@ const CounterMixins = ComposeComponent => {
type
:
'store/findModuleSetting'
,
type
:
'store/findModuleSetting'
,
group
,
group
,
});
});
console
.
warn
(
data
.
data
);
if
(
data
.
code
===
1
&&
data
.
data
)
{
if
(
data
.
code
===
1
&&
data
.
data
)
{
const
state
=
{
priceVisible
:
data
.
data
.
priceVisible
};
const
state
=
{
priceVisible
:
data
.
data
.
priceVisible
};
if
(
data
.
data
.
cardCounter
)
{
if
(
data
.
data
.
cardCounter
)
{
...
@@ -1035,7 +1036,7 @@ const CounterMixins = ComposeComponent => {
...
@@ -1035,7 +1036,7 @@ const CounterMixins = ComposeComponent => {
}
else
{
}
else
{
clearInterval
(
that
.
nobodyInter
);
clearInterval
(
that
.
nobodyInter
);
}
}
},
30
000
);
},
45
000
);
this
.
setState
({
this
.
setState
({
nobodyVoice
:
true
,
nobodyVoice
:
true
,
});
});
...
...
src/pages/VerticalPage.js
View file @
17039360
...
@@ -1776,7 +1776,6 @@ const styles = {
...
@@ -1776,7 +1776,6 @@ const styles = {
alignItems
:
'center'
,
alignItems
:
'center'
,
padding
:
0
,
padding
:
0
,
margin
:
0
,
margin
:
0
,
backgroundColor
:
'#ccc'
,
},
},
cImage
:
{
cImage
:
{
height
:
'100%'
,
height
:
'100%'
,
...
...
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