activeUserUrl = $activeUserUrl; } public function build() { return $this->view('emails.activeUser')->subject('激活账号')->with([ 'activeUserUrl' => $this->activeUserUrl ]); } }