title = $model->isNewRecord ? '创建' : '编辑'; $this->params['breadcrumbs'][] = ['label' => MenuTypeEnum::getValue($type), 'url' => ['index', 'type' => $type]]; $this->params['breadcrumbs'][] = $this->title; ?>

菜单标题

field($model, 'title')->textInput()->hint('给菜单起个名字吧!以便查找')->label(false) ?>
field($model, 'client_platform_type')->dropDownList(MenuClientPlatformTypeEnum::getMap(),[ 'disabled' => $model->isNewRecord ? false : true ])->label('系统') ?>
field($model, 'tag_id')->dropDownList(ArrayHelper::map($fansTags,'id','name'),[ 'prompt' => '不限', 'disabled' => $model->isNewRecord ? false : true ])->label('标签') ?>

菜单设置

删除菜单
$menuType){ ?>


旧版微信客户端不支持小程序,用户点击菜单时会打开该网页