Commit bf78a4bf by 姜雷

Merge branch 'develop' into test

parents 4513abc9 ad99a1d1
...@@ -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>
); );
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment