title = '编辑轮播图'; $this->params['breadcrumbs'][] = ['label' => '轮播图' , 'url' => [\Yii::$app->urlManager->createUrl(["admin/wechat/mp-slide"])]]; $this->params['breadcrumbs'][] = $this->title; $url_type_labels = Banner::urlTypeLabels(); $status_labels = Banner::statusLabels(); $media_labels = Banner::mediaLabels(); $type = Banner::type(); ?>
title ?>
$val):?> type == $key ? 'checked=""' : ''?>>
$val):?> url_type == $key ? 'checked=""' : ''?>>
升序,值越小排序越靠前
$val):?> media == $key ? 'checked=""' : ''?>>
'images', 'id' => 'img_url_upload', 'name' => 'img_url', 'label' => '图片', 'value' => $model->img_url, 'tip' => '图片大小750×330', 'imageCompressEnable' => 1, 'imageCompressBorder' => 750 ])?> 'video', 'id' => 'video_url_upload', 'name' => 'video_url', 'label' => '视频', 'value' => $model->video_url, 'tip' => '' ])?>
status == 0 ? 'checked=""' : ''?>> status == 1 ? 'checked=""' : ''?>>
$links, "link_input_class" => ".page-url", "link_select_btn" => '.pick-link-btn'])?> registerJs($this->blocks['js_script_wrap'], \yii\web\View::POS_END); ?>