{// 引入标签库 } function prop_name($id){ $prop=M("Prop")->where("id =".intval($id))->getField("name"); return $prop; } function is_show($show_user){ return $show_user?"是":"否"; } function is_type($type){ if($type==1){ return "屏幕上部"; } if($type==2){ return "屏幕中间"; } if($type==3){ return "屏幕底部"; } return "默认位置"; }
动画列表
{$page}