feat: add guide route and message page and empty person page
This commit is contained in:
12
src/pages/orderCheck/index.tsx
Normal file
12
src/pages/orderCheck/index.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import React from 'react'
|
||||
import { View, Text } from '@tarojs/components'
|
||||
|
||||
const OrderCheck = () => {
|
||||
return (
|
||||
<View>
|
||||
<Text>OrderCheck</Text>
|
||||
</View>
|
||||
)
|
||||
}
|
||||
|
||||
export default OrderCheck
|
||||
Reference in New Issue
Block a user