|
@@ -62,6 +62,7 @@ class Manage
|
|
public function pic($pic)
|
|
public function pic($pic)
|
|
{
|
|
{
|
|
if ($pic) {
|
|
if ($pic) {
|
|
|
|
+ $pic = Dever::load('upload/view')->get($pic, 't', 1);
|
|
$table = array();
|
|
$table = array();
|
|
$table[0] = '<img src="'.$pic.'" width="150"/>';
|
|
$table[0] = '<img src="'.$pic.'" width="150"/>';
|
|
|
|
|