parent
af5acef018
commit
da52fe659c
@ -1,3 +0,0 @@ |
|||||||
export default definePageConfig({ |
|
||||||
navigationBarTitleText: '分类' |
|
||||||
}) |
|
@ -1,21 +0,0 @@ |
|||||||
import {FC} from "react"; |
|
||||||
import {View} from "@tarojs/components"; |
|
||||||
import {useRouter} from "@tarojs/taro"; |
|
||||||
|
|
||||||
type SortType = '' |
|
||||||
|
|
||||||
interface Params { |
|
||||||
id: number |
|
||||||
type: SortType |
|
||||||
jumpUrl: (data:Record<string, any>) => void |
|
||||||
} |
|
||||||
|
|
||||||
const Sort: FC = () => { |
|
||||||
const params = useRouter().params as unknown as Params |
|
||||||
|
|
||||||
return ( |
|
||||||
<View>ds</View> |
|
||||||
) |
|
||||||
} |
|
||||||
|
|
||||||
export default Sort |
|
Loading…
Reference in new issue