未读'; } return '已读'; } public function getPayStatusLabel() { if($this['pay_status'] == 2) { return '已付款'; } return '未付款'; } }