beginContent(__DIR__ . '/update.php', ['user' => $user]) ?> field($profile, 'avatar')->widget(SingleWidget::className(), ['onlyUrl' => true]) ?>
field($profile, 'province')->textInput() ?> field($profile, 'city')->textInput() ?>
field($profile, 'area')->label('所在地')->widget(CityWidget::className(), [ // 'provinceAttribute' => 'province', // 'cityAttribute' => 'city', // 'areaAttribute' => 'area' //]) ?> field($profile, 'gender')->dropDownList(GenderEnum::$list) ?> field($profile, 'signature')->textarea() ?> field($profile, 'voice_id')->textInput() ?>
'btn bg-maroon btn-flat btn-block']) ?>
endContent() ?>