{// 引入标签库 } function get_shop_cate_name($cate_id) { return M("ShopCate")->where("id=".$cate_id)->getField("name"); } function get_buy_type_title($buy_type) { return l("SHOP_BUY_TYPE_".$buy_type); } function a_get_time_status($time_status,$deal_id) { $str = l("TIME_STATUS_".$time_status); return $str; }