'微信零钱', 'alipay' => '支付宝账户', 'bank' => '银行卡转账' ]; public function getTypeTextAttr($value, $data) { return $this->typeMap[$data['type']]; } }