dever %!s(int64=6) %!d(string=hai) anos
pai
achega
a5e06555fd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);