dever 6 years ago
parent
commit
a5e06555fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Manage.php

+ 1 - 1
lib/Manage.php

@@ -21,7 +21,7 @@ class Manage
                 $table['状态'] = '已退款';
                 $manage = Dever::db('manage/admin')->one($info['tk_admin']);
                 $table['备注'] = $info['tk_desc'];
-                $table['截图'] = '<a href="'.$info['tk_pic'].'" target="_blank"><img src="'.$info['tk_pic'].'" style="width:150px" /></a>';
+                $table['截图'] = '<a><img src="'.$info['tk_pic'].'" style="width:150px" /></a>';
                 //$table['退款时间'] = date('Y-m-d H:i:s', $info['tk_time']);
                 $table['操作人'] = $manage['username'];
                 return Dever::table($table);