worldSaySorry

Results 46 comments of worldSaySorry

``` import { Form, Button, Dialog, FormRender } from '@antmjs/vantui' type IParams = { account: number name: string price: string radio: string } const Dialog_ = Dialog.createOnlyDialog() export default function...

文档案例有误,需要传id ```jsx { return ( {item.title} {item.isCutPrice && ( 最近大降价 )} {item.price} ) })} /> ```

之前的设计不严谨,使用useDidshow修复, 呼吁大家及时更新到3.3.6和2.5.13