import Popup from "@/components/popup" import { Text, Textarea, View } from "@tarojs/components" import { memo, useCallback, useState } from "react" import styles from './index.module.scss' import classnames from "classnames"; type Param = { onCheck?: () => void onCustom?: () => void } export default memo(({onCheck, onCustom}:Param) => { return ( onCheck?.()}> 陆盈纺织 查看原码单 onCustom?.()}> 我的码单 自定义 ) })