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
ad99a1d1
Commit
ad99a1d1
authored
Aug 16, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉支付中的公司名称
parent
93073288
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 @
ad99a1d1
...
...
@@ -17,10 +17,10 @@ class OrderTitle extends Component {
const
{
price
}
=
this
.
props
;
return
(
<
View
className=
'OrderTitle'
>
<
View
className=
'OrderTitle-name'
>
{
/*
<View className='OrderTitle-name'>
<Image className='OrderTitle-icon' src={comLogo} />
<Text>成都多彩任意门科技有限公司</Text>
</
View
>
</View>
*/
}
<
View
className=
'OrderTitle-price'
>
-
{
price
?
price
:
''
}
</
View
>
</
View
>
);
...
...
src/pages/Shower/ShowerAppointment.tsx
View file @
ad99a1d1
...
...
@@ -18,6 +18,7 @@ import useAppointRecordsList from './hooks/useAppointRecordsList';
import
useCheckAppointable
from
'./hooks/useCheckAppointable'
;
import
{
ShowerState
}
from
'@/store/rootReducers/shower'
;
import
AppBackButton
from
'@/components/AppBackButton/AppBackButton'
;
import
WaitPayOrderComponent
from
'@/components/WaitPayOrder/WaitPayOrder'
;
function
ShowerAppointment
()
{
const
userInfo
=
useSelector
(
...
...
@@ -201,6 +202,7 @@ function ShowerAppointment() {
return
(
<
View
className=
'ShowerAppointment'
>
<
AppBackButton
/>
<
WaitPayOrderComponent
/>
{
showState
==
1
&&
(
<
View
className=
'ShowerAppointment-Searchbox'
>
<
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