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

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

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