Browse Source

sunguidong

zhangguidong 2 years ago
parent
commit
5611972371
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/model/member/MemberAccount.php

+ 0 - 1
app/model/member/MemberAccount.php

@@ -246,7 +246,6 @@ class MemberAccount extends BaseModel
 				'mobile' => $member_account['mobile'],
 				'remark' => $remark
 			);
-            print_r($data);die;
 
             model('member_account')->add($data);