Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wx-school-app
Project
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
姜雷
wx-school-app
Commits
bf78a4bf
Commit
bf78a4bf
authored
Aug 16, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into test
parents
4513abc9
ad99a1d1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
OrderTitle.tsx
src/pages/Order/components/OrderTitle/OrderTitle.tsx
+2
-2
ShowerAppointment.tsx
src/pages/Shower/ShowerAppointment.tsx
+2
-0
No files found.
src/pages/Order/components/OrderTitle/OrderTitle.tsx
View file @
bf78a4bf
...
@@ -17,10 +17,10 @@ class OrderTitle extends Component {
...
@@ -17,10 +17,10 @@ class OrderTitle extends Component {
const
{
price
}
=
this
.
props
;
const
{
price
}
=
this
.
props
;
return
(
return
(
<
View
className=
'OrderTitle'
>
<
View
className=
'OrderTitle'
>
<
View
className=
'OrderTitle-name'
>
{
/*
<View className='OrderTitle-name'>
<Image className='OrderTitle-icon' src={comLogo} />
<Image className='OrderTitle-icon' src={comLogo} />
<Text>成都多彩任意门科技有限公司</Text>
<Text>成都多彩任意门科技有限公司</Text>
</
View
>
</View>
*/
}
<
View
className=
'OrderTitle-price'
>
-
{
price
?
price
:
''
}
</
View
>
<
View
className=
'OrderTitle-price'
>
-
{
price
?
price
:
''
}
</
View
>
</
View
>
</
View
>
);
);
...
...
src/pages/Shower/ShowerAppointment.tsx
View file @
bf78a4bf
...
@@ -18,6 +18,7 @@ import useAppointRecordsList from './hooks/useAppointRecordsList';
...
@@ -18,6 +18,7 @@ import useAppointRecordsList from './hooks/useAppointRecordsList';
import
useCheckAppointable
from
'./hooks/useCheckAppointable'
;
import
useCheckAppointable
from
'./hooks/useCheckAppointable'
;
import
{
ShowerState
}
from
'@/store/rootReducers/shower'
;
import
{
ShowerState
}
from
'@/store/rootReducers/shower'
;
import
AppBackButton
from
'@/components/AppBackButton/AppBackButton'
;
import
AppBackButton
from
'@/components/AppBackButton/AppBackButton'
;
import
WaitPayOrderComponent
from
'@/components/WaitPayOrder/WaitPayOrder'
;
function
ShowerAppointment
()
{
function
ShowerAppointment
()
{
const
userInfo
=
useSelector
(
const
userInfo
=
useSelector
(
...
@@ -201,6 +202,7 @@ function ShowerAppointment() {
...
@@ -201,6 +202,7 @@ function ShowerAppointment() {
return
(
return
(
<
View
className=
'ShowerAppointment'
>
<
View
className=
'ShowerAppointment'
>
<
AppBackButton
/>
<
AppBackButton
/>
<
WaitPayOrderComponent
/>
{
showState
==
1
&&
(
{
showState
==
1
&&
(
<
View
className=
'ShowerAppointment-Searchbox'
>
<
View
className=
'ShowerAppointment-Searchbox'
>
<
Input
<
Input
...
...
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