order_id = $orderId; parent::__construct($title); } /** * 添加JS * @return string */ protected function script() { return <<order_id}').on('click', function () { window.location.href ="detail?order_id={$this->order_id}"; }); JS; } public function html() { $this->setHtmlAttribute(['class'=>"detail_{$this->order_id}"]); return parent::html(); } }