__('Type0'),'1' => __('Type1'),'2' => __('Type2'),'3'=>'推广链接']; } public function getTypeTextAttr($value, $data) { $value = $value ? $value : $data['type']; $list = $this->getTypeList(); return isset($list[$value]) ? $list[$value] : ''; } }