import { View, Switch } from "@tarojs/components"; import './NewSwitch.scss' export default function NewSwitch(props: { disable: boolean, checked: boolean, color: string, onChange: any, onClick?: any }) { return { props.disable && { if (process.env.TARO_ENV == 'weapp') { e.stopPropagation() } if (props.onClick) { props.onClick() } }} /> } }