wesmiler 2 月之前
父节点
当前提交
43bccb2501
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Models/MemberBankModel.php

+ 1 - 0
app/Models/MemberBankModel.php

@@ -31,6 +31,7 @@ class MemberBankModel extends BaseModel
 
     public function getBankTextAttribute()
     {
+        var_dump($this);
         return $this->account_name?substr($this->account_name).'('.substr($this->account,-4,4).')':'';
     }