Authored by tmq

尺寸

... ... @@ -15,7 +15,7 @@ class Controller_Admin_Index extends Controller_Admin_Base
$this->_view['data'] = $info;
$this->_view['type'] = $type;
$this->_view['typeDescription'] = array( 1 =>'banner', 2 =>'广告', 3 =>'广告', 4=> '广告');
$this->_view['sizeDescription'] = array( 1 =>'980x474 [移动端:320x155]', 2 =>'342x420', 3=>'1180x500px[移动端:320x155]', 4 =>'290x356px');
$this->_view['sizeDescription'] = array( 1 =>'980x474 [移动端:1180x500]', 2 =>'342x420', 3=>'1180x500px[移动端:320x155]', 4 =>'290x356px');
$this->_view['key'] = Lib_Images::genKey('fragmentimg');
}
... ...