wangxiaodong 3 years ago
parent
commit
28ebd5aac1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/loan/controller/Backlog.php

+ 1 - 1
application/loan/controller/Backlog.php

@@ -148,7 +148,7 @@ class Backlog extends Controller
         if (!empty($info['img'])){
             $info['img'] = explode(',',$info['img']);
         }
-        echo "<pre>";print_r($info);exit;
+        //echo "<pre>";print_r($info);exit;
         $this->assign('info',$info);
         $this->fetch();
     }