$step->radio('payment_type', '支付方式') ->options([ '1'=>'xxx', '2'=>'xxx1', '3'=>'xxx2', ]) ->required();
$step->radio('payment_type', '支付方式')
->options([
'1'=>'xxx',
'2'=>'xxx1',
'3'=>'xxx2',
])
->required();