{// 引入标签库 } function get_is_shop_type($type) { if($type==0) return "团购"; if($type==2) return "代金券"; } function get_deal_edit($id,$deal) { if($deal['is_shop']==0) return "发布"; if($deal['is_shop']==1) return "发布"; if($deal['is_shop']==2) return "发布"; }