* @description Do it yourself. * @date 2018-6-21 23:20:52 * @version 1.0.0 */ use app\widgets\PickImage; use app\assets\UeditorAsset; UeditorAsset::register($this); $this->title = $goods_hub->isNewRecord ? '新建商品' : '编辑商品'; $this->params['breadcrumbs'][] = $this->title; ?>